diff options
-rw-r--r-- | src/xf86HyperPen.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xf86HyperPen.c b/src/xf86HyperPen.c index f27899a..c80f2e1 100644 --- a/src/xf86HyperPen.c +++ b/src/xf86HyperPen.c @@ -1242,7 +1242,9 @@ xf86HypProc(DeviceIntPtr pHyp, int what) if (InitValuatorClassDeviceStruct(pHyp, nbaxes, +#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) < 3 xf86GetMotionEvents, +#endif local->history_size, (priv->flags & ABSOLUTE_FLAG)? Absolute: Relative) == FALSE) { |