diff options
author | Zephaniah E. Hull <warp@agamemnon.b5> | 2007-06-04 06:48:06 -0400 |
---|---|---|
committer | Zephaniah E. Hull <warp@agamemnon.b5> | 2007-06-04 06:48:06 -0400 |
commit | 3f4295e643ca56c40f33af7966e8efd367ef8749 (patch) | |
tree | c463591b01b3647a2f565084daf3930715d9458b /hw/xfree86/common/xf86Module.h | |
parent | a4f3473c88370b8411e016ebab619cffd33e58f9 (diff) |
Add xf86PostMotionEventP, takes a pointer instead of a variable number of
arguments.
Bump input ABI to 1.1 since we export this.
Diffstat (limited to 'hw/xfree86/common/xf86Module.h')
-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 8e644c433..cdf3d1bea 100644 --- a/hw/xfree86/common/xf86Module.h +++ b/hw/xfree86/common/xf86Module.h @@ -85,7 +85,7 @@ typedef enum { */ #define ABI_ANSIC_VERSION SET_ABI_VERSION(0, 3) #define ABI_VIDEODRV_VERSION SET_ABI_VERSION(2, 0) -#define ABI_XINPUT_VERSION SET_ABI_VERSION(1, 0) +#define ABI_XINPUT_VERSION SET_ABI_VERSION(1, 1) #define ABI_EXTENSION_VERSION SET_ABI_VERSION(0, 3) #define ABI_FONT_VERSION SET_ABI_VERSION(0, 5) |