From 5ab3b373d39c333de5774a9503c450fc9fccd814 Mon Sep 17 00:00:00 2001 From: okan Date: Tue, 30 Apr 2013 21:12:20 +0000 Subject: group conf_* init functions --- screen.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'screen.c') diff --git a/screen.c b/screen.c index 6940958..345bdcc 100644 --- a/screen.c +++ b/screen.c @@ -50,16 +50,14 @@ screen_init(int which) xu_ewmh_net_supported_wm_check(sc); conf_gap(&Conf, sc); - - screen_update_geometry(sc); - conf_color(&Conf, sc); - - group_init(sc); conf_font(&Conf, sc); + screen_update_geometry(sc); + TAILQ_INIT(&sc->mruq); + group_init(sc); menu_init(sc); rootattr.cursor = Cursor_normal; -- cgit 1.4.1