summaryrefslogtreecommitdiff
path: root/src/xf86WacomDefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xf86WacomDefs.h')
-rw-r--r--src/xf86WacomDefs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xf86WacomDefs.h b/src/xf86WacomDefs.h
index 886bf77..df21856 100644
--- a/src/xf86WacomDefs.h
+++ b/src/xf86WacomDefs.h
@@ -302,6 +302,8 @@ struct _WacomDeviceRec
WacomTimerPtr serial_timer; /* timer used for serial number property update */
WacomTimerPtr tap_timer; /* timer used for tap timing */
WacomTimerPtr touch_timer; /* timer used for touch switch property update */
+
+ ValuatorMask *valuator_mask; /* reusable valuator mask for sending events without reallocation */
};
#define MAX_SAMPLES 20