summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2008-06-30 16:10:37 -0400
committerAdam Jackson <ajax@redhat.com>2008-06-30 16:11:04 -0400
commitbee463bd8a991ef7ba619241237cd06d2fc92558 (patch)
treedcb36b6f8d396b79f3182dbffa434bea2e878874
parent795d293d769aa93dddd457e8e200d62044a3921a (diff)
XInput ABI is 2.1, not 3.1.
(cherry picked from commit 76576c87b0de106e006d1cfa59d42d3a483e966c)
-rw-r--r--hw/xfree86/common/xf86Module.h2
1 files changed, 1 insertions, 1 deletions
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)