mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-25 21:02:21 +00:00
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>
This commit is contained in:
parent
25b6fc4a42
commit
80837dbefd
4 changed files with 7 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue