summaryrefslogtreecommitdiff
path: root/src/twm.h
diff options
context:
space:
mode:
authorWolfgang Rupprecht <wsr+xorg@wsrcc.com>2006-01-23 15:11:00 -0800
committerAlan Coopersmith <alan.coopersmith@sun.com>2007-11-29 09:42:10 -0800
commit44d51a2bc7d1e2fc5fcd3f729b6f0ca6e62e1f00 (patch)
treeda864130b54028c40d8d36a30f1a549be96eb68a /src/twm.h
parent03a4e6c35161402d1477acb95723ab93eabde97e (diff)
X.Org Bug #5691: twm mouse button limit too low
<https://bugs.freedesktop.org/show_bug.cgi?id=5691>
Diffstat (limited to 'src/twm.h')
-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