From 4b59df09f499f58b09ee0ed3be0bbab3f4e78638 Mon Sep 17 00:00:00 2001 From: okan Date: Sat, 11 May 2013 21:46:27 +0000 Subject: replace conf_{gap,color,font} with conf_screen since really we are configuring the screen *after* parsing, just as we do a conf_client on client manage. --- screen.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'screen.c') diff --git a/screen.c b/screen.c index ec371fe..51ab021 100644 --- a/screen.c +++ b/screen.c @@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $OpenBSD: screen.c,v 1.48 2013/04/30 21:12:20 okan Exp $ + * $OpenBSD: screen.c,v 1.49 2013/05/11 21:46:27 okan Exp $ */ #include @@ -49,9 +49,7 @@ screen_init(int which) xu_ewmh_net_supported(sc); xu_ewmh_net_supported_wm_check(sc); - conf_gap(&Conf, sc); - conf_color(&Conf, sc); - conf_font(&Conf, sc); + conf_screen(sc); screen_update_geometry(sc); -- cgit v1.2.3-2-gb3c3