Turn CALMWM_NGROUPS define into variable, ngroups.
This commit is contained in:
2
calmwm.h
2
calmwm.h
@@ -235,7 +235,6 @@ struct screen_ctx {
|
||||
struct gap gap;
|
||||
struct client_ctx_q clientq;
|
||||
struct region_ctx_q regionq;
|
||||
#define CALMWM_NGROUPS 10
|
||||
struct group_ctx_q groupq;
|
||||
struct group_ctx *group_active;
|
||||
struct {
|
||||
@@ -283,6 +282,7 @@ struct conf {
|
||||
struct autogroupwin_q autogroupq;
|
||||
struct ignore_q ignoreq;
|
||||
struct cmd_q cmdq;
|
||||
int ngroups;
|
||||
int stickygroups;
|
||||
int bwidth;
|
||||
int mamount;
|
||||
|
||||
Reference in New Issue
Block a user