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@
This commit is contained in:
oga
2009-12-07 23:19:51 +00:00
parent 728d2a40dd
commit aa88d5848e
4 changed files with 12 additions and 4 deletions

View File

@@ -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 *);