summaryrefslogtreecommitdiff
path: root/src/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/defs.h')
-rw-r--r--src/defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/defs.h b/src/defs.h
index 27a1a9e..ec4ab25 100644
--- a/src/defs.h
+++ b/src/defs.h
@@ -21,7 +21,7 @@
static const char *name[] = { __VA_ARGS__, NULL }
#define UDIST(a,b) abs((int)(a) - (int)(b))
-#define MAXCLIENTS 64
+#define MAXCLIENTS 99
#define MAXGAPS 100
enum { DRAG_NONE, DRAG_MOVE, DRAG_RESIZE } drag_mode = DRAG_NONE;