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

1
conf.c
View File

@@ -258,6 +258,7 @@ conf_init(struct conf *c)
c->bwidth = 1;
c->mamount = 1;
c->snapdist = 0;
c->ngroups = 10;
TAILQ_INIT(&c->ignoreq);
TAILQ_INIT(&c->cmdq);