diff options
author | Havoc Pennington <hp@pobox.com> | 2003-02-22 22:43:13 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2003-02-22 22:43:13 +0000 |
commit | 61d5423b5d72ed8d37a134276c79bf72b5f05c06 (patch) | |
tree | 5363219ba3d3e40cd551b2b493ba3ae9ee494ae2 | |
parent | d85012ecfd7c0a44bf9d60df6aae318273813e92 (diff) | |
download | metacity-61d5423b5d72ed8d37a134276c79bf72b5f05c06.tar.gz |
change max workspaces to 36 #81855
2003-02-22 Havoc Pennington <hp@pobox.com>
* src/prefs.c (MAX_REASONABLE_WORKSPACES): change max workspaces
to 36 #81855
-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 |