summaryrefslogtreecommitdiff
path: root/include/inputstr.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-06-16 10:51:17 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2009-06-18 14:40:53 +1000
commit80837dbefd9d5e96ab5c1f4b4c2d5c66ce17ce67 (patch)
tree7230d2eb08c7eef512d45e34ffc7f3a5866d8eea /include/inputstr.h
parent25b6fc4a42f7698e6ae0b16becb316bfd7835d05 (diff)
input: change axisVal from uint to double.
With subpixel support, uint just doesn't cut it. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'include/inputstr.h')
-rw-r--r--include/inputstr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/inputstr.h b/include/inputstr.h
index d7aedac3d..10062ad2e 100644
--- a/include/inputstr.h
+++ b/include/inputstr.h
@@ -235,7 +235,7 @@ typedef struct _ValuatorClassRec {
AxisInfoPtr axes;
unsigned short numAxes;
- int *axisVal; /* always absolute, but device-coord system */
+ double *axisVal; /* always absolute, but device-coord system */
CARD8 mode;
ValuatorAccelerationRec accelScheme;
} ValuatorClassRec, *ValuatorClassPtr;