diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2012-05-24 14:04:42 +1000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-07-02 22:34:33 -0700 |
commit | 35e3d229150395a222a0f53318daf5dbeb8f6eb6 (patch) | |
tree | 110384e7d3f1b13e760d660202b82b168a435083 /hw/xfree86/common | |
parent | 541934168dbeb17059542bb5a1da8eba7995fa05 (diff) |
Bump to ABI_XINPUT_VERSION 18
The input ABI hasn't changed, but input drivers need something to hook on if
they want to log from within signal handlers and the input ABI is the
simplest way of doing so.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'hw/xfree86/common')
-rw-r--r-- | hw/xfree86/common/xf86Module.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/common/xf86Module.h b/hw/xfree86/common/xf86Module.h index bf56acd05..7671cea5d 100644 --- a/hw/xfree86/common/xf86Module.h +++ b/hw/xfree86/common/xf86Module.h @@ -83,7 +83,7 @@ typedef enum { */ #define ABI_ANSIC_VERSION SET_ABI_VERSION(0, 4) #define ABI_VIDEODRV_VERSION SET_ABI_VERSION(13, 0) -#define ABI_XINPUT_VERSION SET_ABI_VERSION(17, 0) +#define ABI_XINPUT_VERSION SET_ABI_VERSION(18, 0) #define ABI_EXTENSION_VERSION SET_ABI_VERSION(6, 0) #define ABI_FONT_VERSION SET_ABI_VERSION(0, 6) |