summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2011-06-17 01:21:17 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2011-07-06 14:24:17 +1000
commitf9fdadc2cdc49659fd8a4e573b1d0a0309757057 (patch)
treef440fcd016341cfb6fe4790a20cd3c2274af8369
parent69c9047ba2878a02a29ebce81e28cdb2ad017443 (diff)
downloadxf86-input-wacom-f9fdadc2cdc49659fd8a4e573b1d0a0309757057.tar.gz
Add comment, padding is in device coordinates
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--src/xf86WacomDefs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xf86WacomDefs.h b/src/xf86WacomDefs.h
index e05db83..f265894 100644
--- a/src/xf86WacomDefs.h
+++ b/src/xf86WacomDefs.h
@@ -173,8 +173,8 @@ struct _WacomDeviceRec
int screenBottomY[32]; /* bottom cordinate of the associated screen in screen coords */
int maxWidth; /* max active screen width in screen coords */
int maxHeight; /* max active screen height in screen coords */
- int leftPadding; /* left padding for virtual tablet */
- int topPadding; /* top padding for virtual tablet */
+ int leftPadding; /* left padding for virtual tablet in device coords */
+ int topPadding; /* top padding for virtual in device coords tablet */
int button[WCM_MAX_BUTTONS];/* buttons assignments */
unsigned keys[WCM_MAX_BUTTONS][256]; /* keystrokes assigned to buttons */
int relup;