[PATCH] xfree86: bump to video ABI 11

Peter Hutterer peter.hutterer at who-t.net
Wed May 18 22:36:29 PDT 2011


We've broken the ABI with some commit and drivers built against ABI 10
happily segfault now.

Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
Hints as to which commit actually broke it would be appreciated, I didn't
really look hard.

 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 581047d..94f17e9 100644
--- a/hw/xfree86/common/xf86Module.h
+++ b/hw/xfree86/common/xf86Module.h
@@ -82,7 +82,7 @@ typedef enum {
  * mask is 0xFFFF0000.
  */
 #define ABI_ANSIC_VERSION	SET_ABI_VERSION(0, 4)
-#define ABI_VIDEODRV_VERSION	SET_ABI_VERSION(10, 0)
+#define ABI_VIDEODRV_VERSION	SET_ABI_VERSION(11, 0)
 #define ABI_XINPUT_VERSION	SET_ABI_VERSION(12, 2)
 #define ABI_EXTENSION_VERSION	SET_ABI_VERSION(5, 0)
 #define ABI_FONT_VERSION	SET_ABI_VERSION(0, 6)
-- 
1.7.4.4



More information about the xorg-devel mailing list