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.
This commit is contained in:
okan
2013-05-11 21:46:27 +00:00
parent 9b9e95d742
commit 3a38686137
3 changed files with 8 additions and 20 deletions

View File

@@ -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);