diff options
author | oga <oga> | 2009-12-07 23:19:51 +0000 |
---|---|---|
committer | oga <oga> | 2009-12-07 23:19:51 +0000 |
commit | aa88d5848e0b3ee3ea7c64c7582eddd963dcecb2 (patch) | |
tree | c1a5ead28fa7e68875113d9c20db450c4b2110e3 /group.c | |
parent | 728d2a40dd4e0151c6473179d35ca08fd0a0f1b4 (diff) | |
download | cwm-aa88d5848e0b3ee3ea7c64c7582eddd963dcecb2.tar.gz cwm-aa88d5848e0b3ee3ea7c64c7582eddd963dcecb2.tar.xz cwm-aa88d5848e0b3ee3ea7c64c7582eddd963dcecb2.zip |
Implement _NET_NUMBER_OF_DESKTOPS, currently this is statically 9 and
unchangable. the group code needs some cleaning up before this will be a bit less hackish. ok okan@
Diffstat (limited to 'group.c')
-rw-r--r-- | group.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/group.c b/group.c index d4d08b5..86aedc2 100644 --- a/group.c +++ b/group.c @@ -22,8 +22,6 @@ #include "headers.h" #include "calmwm.h" -#define CALMWM_NGROUPS 9 - static void group_add(struct group_ctx *, struct client_ctx *); static void group_remove(struct client_ctx *); static void group_hide(struct group_ctx *); |