mirror of
https://github.com/X11Libre/xf86-input-evdev.git
synced 2026-04-06 23:53:33 +00:00
Fix pointer crossing screen bug. Possibly the others input drivers must update
this on the same manner.
This commit is contained in:
@@ -683,7 +683,7 @@ EvdevAxesInit (DeviceIntPtr device)
|
|||||||
return !Success;
|
return !Success;
|
||||||
|
|
||||||
for (i = 0; i < axes; i++) {
|
for (i = 0; i < axes; i++) {
|
||||||
xf86InitValuatorAxisStruct(device, i, 0, -1, 0, 0, 1);
|
xf86InitValuatorAxisStruct(device, i, -1, -1, 0, 0, 1);
|
||||||
xf86InitValuatorDefaults(device, i);
|
xf86InitValuatorDefaults(device, i);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user