From 1ae8d76f4f49b6ae69844e9920b314d5c9f6b6b4 Mon Sep 17 00:00:00 2001 From: uint23 Date: Sat, 19 Apr 2025 20:49:16 +0100 Subject: statusbar support --- src/defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/defs.h') 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; -- cgit v1.2.3