Increase the maximum number of buttons from 12 to 24. Helps with

button-happy mice like the Logitech MediaPlay. (Bugzilla #2390)
This commit is contained in:
Eric Anholt 2005-05-09 23:26:02 +00:00
parent eca5dff173
commit 3f1a1551df

View File

@ -287,7 +287,7 @@ typedef struct _MouseDevRec {
/* Generalize for other axes. */ /* Generalize for other axes. */
#define MSE_NOAXISMAP MSE_NOZMAP #define MSE_NOAXISMAP MSE_NOZMAP
#define MSE_MAXBUTTONS 12 #define MSE_MAXBUTTONS 24
#define MSE_DFLTBUTTONS 3 #define MSE_DFLTBUTTONS 3
#endif /* _XF86OSMOUSE_H_ */ #endif /* _XF86OSMOUSE_H_ */