diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2010-10-22 16:11:24 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2010-10-22 16:19:00 +1000 |
commit | dd11f734a9a73bf34357c149d2809842938d57b5 (patch) | |
tree | f66e65c746b46a4993917776ca528d4a79b061a4 /include/inputstr.h | |
parent | 5cf3b654fccf09de63a3f983c85096cda78fb693 (diff) |
input: remove "mode" field from ValuatorClassRec.
We have per-axis mode now. For those bits that still need it (XI 1.x),
assume that the first axis holds the device's mode.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Chase Douglas <chase.douglas@canonical.com>
Diffstat (limited to 'include/inputstr.h')
-rw-r--r-- | include/inputstr.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/inputstr.h b/include/inputstr.h index cd668765d..d4c253eac 100644 --- a/include/inputstr.h +++ b/include/inputstr.h @@ -240,7 +240,6 @@ typedef struct _ValuatorClassRec { AxisInfoPtr axes; unsigned short numAxes; double *axisVal; /* always absolute, but device-coord system */ - CARD8 mode; ValuatorAccelerationRec accelScheme; } ValuatorClassRec, *ValuatorClassPtr; |