summaryrefslogtreecommitdiff
path: root/src/core/prefs.c
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-04-09 00:41:09 +0200
committerStefano Karapetsas <[email protected]>2013-04-09 00:41:09 +0200
commitd6f65a7e6f4cd1a5f71884781d03c24ce3535928 (patch)
tree8c87108452d67370e2dbd3e5e42ab1618d1a2ca3 /src/core/prefs.c
parentd6cc1de269ca4fa4404137d075d6e59fc20dc4fb (diff)
downloadmarco-d6f65a7e6f4cd1a5f71884781d03c24ce3535928.tar.bz2
marco-d6f65a7e6f4cd1a5f71884781d03c24ce3535928.tar.xz
Set maximum workspaces number to 36
Closes https://github.com/mate-desktop/mate-window-manager/issues/42
Diffstat (limited to 'src/core/prefs.c')
-rw-r--r--src/core/prefs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/prefs.c b/src/core/prefs.c
index 2ec6134f..116a9bb8 100644
--- a/src/core/prefs.c
+++ b/src/core/prefs.c
@@ -31,7 +31,7 @@
#include <string.h>
#include <stdlib.h>
-#define MAX_REASONABLE_WORKSPACES 16
+#define MAX_REASONABLE_WORKSPACES 36
#define MAX_COMMANDS (32 + NUM_EXTRA_COMMANDS)
#define NUM_EXTRA_COMMANDS 2