Fix pointer crossing screen bug. Possibly the others input drivers must update

this on the same manner.
This commit is contained in:
Tiago Vignatti
2007-02-14 19:23:21 -02:00
parent 24f9e67a8f
commit b4a5a20476

View File

@@ -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);
}