summaryrefslogtreecommitdiff
path: root/src/xf86WacomDefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xf86WacomDefs.h')
-rw-r--r--src/xf86WacomDefs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xf86WacomDefs.h b/src/xf86WacomDefs.h
index 80976b9..1e4a441 100644
--- a/src/xf86WacomDefs.h
+++ b/src/xf86WacomDefs.h
@@ -170,6 +170,10 @@ struct _WacomDeviceRec
int topY; /* Y top */
int bottomX; /* X bottom */
int bottomY; /* Y bottom */
+ int resolX; /* X resolution */
+ int resolY; /* Y resolution */
+ int maxX; /* tool logical maxX */
+ int maxY; /* tool logical maxY */
int sizeX; /* active X size */
int sizeY; /* active Y size */
double factorX; /* X factor */