summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/xf86Wacom.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/xf86Wacom.c b/src/xf86Wacom.c
index 4d38bb3..2a44f11 100644
--- a/src/xf86Wacom.c
+++ b/src/xf86Wacom.c
@@ -858,7 +858,10 @@ static int wcmDevProc(DeviceIntPtr pWcm, int what)
}
pWcm->public.on = FALSE;
break;
-
+#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) * 100 + GET_ABI_MINOR(ABI_XINPUT_VERSION) >= 1901
+ case DEVICE_ABORT:
+ break;
+#endif
default:
xf86Msg(X_ERROR, "%s: invalid mode=%d. This is an X server bug.\n",
pInfo->name, what);