d8dda83
From: Bill Pemberton <wfp5p@virginia.edu>
d8dda83
Date: Thu, 19 Apr 2012 23:37:44 +0400
47a1798
Subject: [PATCH] Increase number of mouse buttons supported
d8dda83
d8dda83
d8dda83
diff --git a/libs/defaults.h b/libs/defaults.h
d8dda83
index ad39f8b..ad15994 100644
d8dda83
--- a/libs/defaults.h
d8dda83
+++ b/libs/defaults.h
d801d70
@@ -25,7 +25,7 @@
d801d70
 /* The "extended" buttons do not provide the full functionality because X has
d801d70
  * no bit mask value for them.  Things like dragging windows don't work with
d801d70
  * them. */
d801d70
-#define NUMBER_OF_EXTENDED_MOUSE_BUTTONS   9
d801d70
+#define NUMBER_OF_EXTENDED_MOUSE_BUTTONS   15
d801d70
 #if NUMBER_OF_EXTENDED_MOUSE_BUTTONS > 31
d801d70
 #error No more than 31 mouse buttons can be supported on 32 bit platforms
d801d70
 #endif