From c07b796b47ae7f5a616d5e8e02ab0f84dc438a93 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sun, 29 May 2016 18:38:18 -0700 Subject: [PATCH] xfree86: Bump ABI versions threaded input can affect drivers that use OsBlockSIGIO when dealing with cursors. Signed-off-by: Keith Packard Requested-by: Peter Hutterer --- hw/xfree86/common/xf86Module.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hw/xfree86/common/xf86Module.h b/hw/xfree86/common/xf86Module.h index fc6112004..14c7700f0 100644 --- a/hw/xfree86/common/xf86Module.h +++ b/hw/xfree86/common/xf86Module.h @@ -79,9 +79,9 @@ typedef enum { * mask is 0xFFFF0000. */ #define ABI_ANSIC_VERSION SET_ABI_VERSION(0, 4) -#define ABI_VIDEODRV_VERSION SET_ABI_VERSION(21, 0) -#define ABI_XINPUT_VERSION SET_ABI_VERSION(22, 1) -#define ABI_EXTENSION_VERSION SET_ABI_VERSION(9, 0) +#define ABI_VIDEODRV_VERSION SET_ABI_VERSION(22, 0) +#define ABI_XINPUT_VERSION SET_ABI_VERSION(23, 1) +#define ABI_EXTENSION_VERSION SET_ABI_VERSION(10, 0) #define MODINFOSTRING1 0xef23fdc5 #define MODINFOSTRING2 0x10dc023a