mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
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
This commit is contained in:
parent
d85012ecfd
commit
61d5423b5d
@ -1,3 +1,8 @@
|
||||
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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user