aboutsummaryrefslogtreecommitdiffstats
path: root/group.c
diff options
context:
space:
mode:
authoroga2009-12-07 23:19:51 +0000
committeroga2009-12-07 23:19:51 +0000
commit0b0dd2e0d919b5b7aeede0dfc2c20b1c9147753d (patch)
treebb393f746141cfd1dca20eb8725df314e0294659 /group.c
parentff7157bb69ba801513b0ee6af1db2cde51ac62aa (diff)
downloadcwm-0b0dd2e0d919b5b7aeede0dfc2c20b1c9147753d.tar.gz
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 '')
-rw-r--r--group.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/group.c b/group.c
index ef63409..5409dcb 100644
--- a/group.c
+++ b/group.c
@@ -16,14 +16,12 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $Id: group.c,v 1.32 2009/06/20 00:55:42 okan Exp $
+ * $Id: group.c,v 1.33 2009/12/07 23:19:51 oga Exp $
*/
#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 *);