diff options
author | uint23 <[email protected]> | 2025-04-19 20:49:16 +0100 |
---|---|---|
committer | uint23 <[email protected]> | 2025-04-19 20:49:16 +0100 |
commit | 1ae8d76f4f49b6ae69844e9920b314d5c9f6b6b4 (patch) | |
tree | 5ac6b4a3bb3c99289a37fa98d1e54accc8957c44 /src/defs.h | |
parent | 2c65fd8577d87a7dc90c33f1e4d42839282278aa (diff) |
statusbar support
Diffstat (limited to 'src/defs.h')
-rw-r--r-- | src/defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |