make group_init work like other *_init's

This commit is contained in:
okan
2014-10-08 12:48:51 +00:00
parent e9dbd150ea
commit 836c9f49d6
3 changed files with 17 additions and 16 deletions

View File

@@ -54,7 +54,9 @@ screen_init(int which)
xu_ewmh_net_supported_wm_check(sc);
screen_update_geometry(sc);
group_init(sc);
for (i = 0; i < CALMWM_NGROUPS; i++)
group_init(sc, i);
xu_ewmh_net_desktop_names(sc);
xu_ewmh_net_wm_desktop_viewport(sc);