Turn CALMWM_NGROUPS define into variable, ngroups.

This commit is contained in:
okan
2016-10-04 15:18:20 +00:00
parent 8aa5033d12
commit 9306c1fbd3
5 changed files with 19 additions and 17 deletions

View File

@ -57,7 +57,7 @@ screen_init(int which)
screen_update_geometry(sc);
for (i = 0; i < CALMWM_NGROUPS; i++)
for (i = 0; i < Conf.ngroups; i++)
group_init(sc, i);
xu_ewmh_net_desktop_names(sc);