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 1cdfa1a..32b18ee 100644
--- a/src/xf86WacomDefs.h
+++ b/src/xf86WacomDefs.h
@@ -189,6 +189,8 @@ struct _WacomModel
* For backward compability support,
* tablet buttons besides the strips are
* treated as buttons */
+#define AXIS_INVERT 0x01 /* Flag describing an axis which increases "downward" */
+#define AXIS_BITWISE 0x02 /* Flag describing an axis which changes bitwise */
/* get/set/property */
typedef struct _PROPINFO PROPINFO;