From 44d51a2bc7d1e2fc5fcd3f729b6f0ca6e62e1f00 Mon Sep 17 00:00:00 2001 From: Wolfgang Rupprecht Date: Mon, 23 Jan 2006 15:11:00 -0800 Subject: X.Org Bug #5691: twm mouse button limit too low --- src/twm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3