Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 411811 | Differences between
and this patch

Collapse All | Expand All

(-)libs/defaults.h (-1 / +1 lines)
Lines 25-31 Link Here
25
/* The "extended" buttons do not provide the full functionality because X has
25
/* The "extended" buttons do not provide the full functionality because X has
26
 * no bit mask value for them.  Things like dragging windows don't work with
26
 * no bit mask value for them.  Things like dragging windows don't work with
27
 * them. */
27
 * them. */
28
#define NUMBER_OF_EXTENDED_MOUSE_BUTTONS   9
28
#define NUMBER_OF_EXTENDED_MOUSE_BUTTONS   15
29
#if NUMBER_OF_EXTENDED_MOUSE_BUTTONS > 31
29
#if NUMBER_OF_EXTENDED_MOUSE_BUTTONS > 31
30
#error No more than 31 mouse buttons can be supported on 32 bit platforms
30
#error No more than 31 mouse buttons can be supported on 32 bit platforms
31
#endif
31
#endif

Return to bug 411811