xf86: bump input ABI version to 19
The changes to miPointerSetPosition interface from int->double breaks the SIS driver build, so time to bump this. Signed-off-by: Dave Airlie <airlied@redhat.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
ad3bc57134
commit
205cfbd6d9
|
@ -81,7 +81,7 @@ typedef enum {
|
||||||
*/
|
*/
|
||||||
#define ABI_ANSIC_VERSION SET_ABI_VERSION(0, 4)
|
#define ABI_ANSIC_VERSION SET_ABI_VERSION(0, 4)
|
||||||
#define ABI_VIDEODRV_VERSION SET_ABI_VERSION(14, 1)
|
#define ABI_VIDEODRV_VERSION SET_ABI_VERSION(14, 1)
|
||||||
#define ABI_XINPUT_VERSION SET_ABI_VERSION(18, 0)
|
#define ABI_XINPUT_VERSION SET_ABI_VERSION(19, 0)
|
||||||
#define ABI_EXTENSION_VERSION SET_ABI_VERSION(7, 0)
|
#define ABI_EXTENSION_VERSION SET_ABI_VERSION(7, 0)
|
||||||
#define ABI_FONT_VERSION SET_ABI_VERSION(0, 6)
|
#define ABI_FONT_VERSION SET_ABI_VERSION(0, 6)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue