diff options
Diffstat (limited to 'src/multitouch.c')
| -rw-r--r-- | src/multitouch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/multitouch.c b/src/multitouch.c index 3dde667..7e275b3 100644 --- a/src/multitouch.c +++ b/src/multitouch.c | |||
| @@ -127,7 +127,7 @@ static int device_init(DeviceIntPtr dev, LocalDevicePtr local) | |||
| 127 | pointer_control, | 127 | pointer_control, |
| 128 | GetMotionHistorySize(), | 128 | GetMotionHistorySize(), |
| 129 | 2); | 129 | 2); |
| 130 | #elif GET_ABI_MAJOR(ABI_XINPUT_VERSION) == 7 | 130 | #elif GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 7 |
| 131 | InitPointerDeviceStruct((DevicePtr)dev, | 131 | InitPointerDeviceStruct((DevicePtr)dev, |
| 132 | btmap, DIM_BUTTON, btn_labels, | 132 | btmap, DIM_BUTTON, btn_labels, |
| 133 | pointer_control, | 133 | pointer_control, |
