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

this on the same manner.
master
Tiago Vignatti 19 years ago
parent 24f9e67a8f
commit b4a5a20476
  1. 2
      src/evdev_axes.c

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

Loading…
Cancel
Save