mirror of
https://github.com/X11Libre/xf86-input-evdev.git
synced 2026-03-26 10:44:30 +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;
|
||||
|
||||
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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user