summaryrefslogtreecommitdiff
path: root/src/defs.h
diff options
context:
space:
mode:
authoruint23 <[email protected]>2025-04-19 20:49:16 +0100
committeruint23 <[email protected]>2025-04-19 20:49:16 +0100
commit1ae8d76f4f49b6ae69844e9920b314d5c9f6b6b4 (patch)
tree5ac6b4a3bb3c99289a37fa98d1e54accc8957c44 /src/defs.h
parent2c65fd8577d87a7dc90c33f1e4d42839282278aa (diff)
statusbar support
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;