[PATCH xserver] Bump ABI versions
Jonas Ådahl
jadahl at gmail.com
Fri Sep 9 08:12:14 UTC 2016
Bump both the xinput and videodrv versions. The xinput due to the added
valuator mask setter, and videodrv due to the added vfuncs to the
Screen struct.
Signed-off-by: Jonas Ådahl <jadahl at gmail.com>
---
hw/xfree86/common/xf86Module.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/hw/xfree86/common/xf86Module.h b/hw/xfree86/common/xf86Module.h
index e0212cf..8470ab4 100644
--- a/hw/xfree86/common/xf86Module.h
+++ b/hw/xfree86/common/xf86Module.h
@@ -79,8 +79,8 @@ typedef enum {
* mask is 0xFFFF0000.
*/
#define ABI_ANSIC_VERSION SET_ABI_VERSION(0, 4)
-#define ABI_VIDEODRV_VERSION SET_ABI_VERSION(23, 0)
-#define ABI_XINPUT_VERSION SET_ABI_VERSION(24, 1)
+#define ABI_VIDEODRV_VERSION SET_ABI_VERSION(24, 0)
+#define ABI_XINPUT_VERSION SET_ABI_VERSION(25, 0)
#define ABI_EXTENSION_VERSION SET_ABI_VERSION(10, 0)
#define MODINFOSTRING1 0xef23fdc5
--
2.7.4
More information about the xorg-devel
mailing list