From 3f1a1551df2a9f45b3b8821f3f168d4dc8b8b438 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Mon, 9 May 2005 23:26:02 +0000 Subject: [PATCH] Increase the maximum number of buttons from 12 to 24. Helps with button-happy mice like the Logitech MediaPlay. (Bugzilla #2390) --- hw/xfree86/os-support/xf86OSmouse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/xfree86/os-support/xf86OSmouse.h b/hw/xfree86/os-support/xf86OSmouse.h index 1eb4fadc4..7cb732237 100644 --- a/hw/xfree86/os-support/xf86OSmouse.h +++ b/hw/xfree86/os-support/xf86OSmouse.h @@ -287,7 +287,7 @@ typedef struct _MouseDevRec { /* Generalize for other axes. */ #define MSE_NOAXISMAP MSE_NOZMAP -#define MSE_MAXBUTTONS 12 +#define MSE_MAXBUTTONS 24 #define MSE_DFLTBUTTONS 3 #endif /* _XF86OSMOUSE_H_ */