diff options
author | Wolfgang Rupprecht <wsr+xorg@wsrcc.com> | 2006-01-23 15:11:00 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-11-29 09:42:10 -0800 |
commit | 44d51a2bc7d1e2fc5fcd3f729b6f0ca6e62e1f00 (patch) | |
tree | da864130b54028c40d8d36a30f1a549be96eb68a | |
parent | 03a4e6c35161402d1477acb95723ab93eabde97e (diff) |
X.Org Bug #5691: twm mouse button limit too low
<https://bugs.freedesktop.org/show_bug.cgi?id=5691>
-rw-r--r-- | src/twm.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |