diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | src/prefs.c | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,10 @@ 2003-02-22 Havoc Pennington <hp@pobox.com> + * src/prefs.c (MAX_REASONABLE_WORKSPACES): change max workspaces + to 36 #81855 + +2003-02-22 Havoc Pennington <hp@pobox.com> + * src/display.c (event_callback): fix to unfocus window only when you leave the window frame, not when you leave the window itself, unless window has no frame. #100248 fix from Orien Vandenbergh diff --git a/src/prefs.c b/src/prefs.c index 88e273a6..5977bc75 100644 --- a/src/prefs.c +++ b/src/prefs.c @@ -29,7 +29,7 @@ #include <string.h> #include <stdlib.h> -#define MAX_REASONABLE_WORKSPACES 32 +#define MAX_REASONABLE_WORKSPACES 36 #define MAX_COMMANDS 32 /* If you add a key, it needs updating in init() and in the gconf |