From 3a38686137d0a0fad56db25a4c7c23ca6419f467 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 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'screen.c') diff --git a/screen.c b/screen.c index 345bdcc..b3425a1 100644 --- a/screen.c +++ b/screen.c @@ -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 1.4.1