summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Gerecke <killertofu@gmail.com>2012-02-10 12:00:03 -0800
committerJason Gerecke <killertofu@gmail.com>2012-02-21 09:18:12 -0800
commit632134f4697935ada00d72bc19286f551b42da53 (patch)
treecf9e49e68a19dd235b67f4395e429176214efa38
parent45fd72c9031ed88e4af26b43cbb51d1c64e88602 (diff)
Extend length of wheel_actions array to 6
This array was apparently overlooked when adding support for the second touch ring present on the 24HD. Signed-off-by: Jason Gerecke <killertofu@gmail.com> Reviewed-by: Chris Bagwell <chris@cnpbagwell.com>
-rw-r--r--src/xf86WacomDefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xf86WacomDefs.h b/src/xf86WacomDefs.h
index ef425f5..625b07e 100644
--- a/src/xf86WacomDefs.h
+++ b/src/xf86WacomDefs.h
@@ -298,7 +298,7 @@ struct _WacomDeviceRec
/* property handlers to listen to for action properties */
Atom btn_actions[WCM_MAX_BUTTONS];
- Atom wheel_actions[4];
+ Atom wheel_actions[6];
Atom strip_actions[4];
OsTimerPtr serial_timer; /* timer used for serial number property update */