From 76576c87b0de106e006d1cfa59d42d3a483e966c Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Mon, 30 Jun 2008 16:10:37 -0400 Subject: [PATCH] XInput ABI is 2.1, not 3.1. --- hw/xfree86/common/xf86Module.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/xfree86/common/xf86Module.h b/hw/xfree86/common/xf86Module.h index fdcd5674b..5ce6e8a26 100644 --- a/hw/xfree86/common/xf86Module.h +++ b/hw/xfree86/common/xf86Module.h @@ -84,7 +84,7 @@ typedef enum { */ #define ABI_ANSIC_VERSION SET_ABI_VERSION(0, 4) #define ABI_VIDEODRV_VERSION SET_ABI_VERSION(4, 1) -#define ABI_XINPUT_VERSION SET_ABI_VERSION(3, 1) +#define ABI_XINPUT_VERSION SET_ABI_VERSION(2, 1) #define ABI_EXTENSION_VERSION SET_ABI_VERSION(1, 1) #define ABI_FONT_VERSION SET_ABI_VERSION(0, 6)