diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/evdev_axes.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/evdev_axes.c b/src/evdev_axes.c index 0d9b5a7..c5eda70 100644 --- a/src/evdev_axes.c +++ b/src/evdev_axes.c @@ -525,7 +525,8 @@ EvdevAxesInit (DeviceIntPtr device) if (!InitValuatorClassDeviceStruct(device, axes, miPointerGetMotionEvents, - miPointerGetMotionBufferSize(), 0)) + miPointerGetMotionBufferSize(), 0, + axes)) return !Success; for (i = 0; i < axes; i++) { |