summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/twm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/twm.h b/src/twm.h
index a697d82..1998af1 100644
--- a/src/twm.h
+++ b/src/twm.h
@@ -99,7 +99,7 @@ typedef SIGNAL_T (*SigProc)(int); /* type of function returned by signal() */
#define NULLSTR ((char *) NULL)
-#define MAX_BUTTONS 5 /* max mouse buttons supported */
+#define MAX_BUTTONS 16 /* max mouse buttons supported */
/* info stings defines */
#define INFO_LINES 30