[PATCH] Bump video driver ABI version to 9.0
Aaron Plattner
aplattner at nvidia.com
Tue Sep 28 13:59:19 PDT 2010
Signed-off-by: Aaron Plattner <aplattner at nvidia.com>
---
You guys are really churning through the ABIs.
error: 'struct _ScrnInfoRec' has no member named 'pixmapPrivate'
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 51b9b16..7a8f62f 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(8, 0)
+#define ABI_VIDEODRV_VERSION SET_ABI_VERSION(9, 0)
#define ABI_XINPUT_VERSION SET_ABI_VERSION(11, 0)
#define ABI_EXTENSION_VERSION SET_ABI_VERSION(4, 0)
#define ABI_FONT_VERSION SET_ABI_VERSION(0, 6)
--
1.7.0.4
More information about the xorg-devel
mailing list