[PATCH] xfree86: Bump videodrv ABI to 15 and extension ABI to 8

Aaron Plattner aplattner at nvidia.com
Mon Oct 7 13:41:35 PDT 2013


Commit d08966227e7d567df8d26eebc80f35f886e59a4a changed the API / ABI of
DamageUnregister.

Signed-off-by: Aaron Plattner <aplattner at nvidia.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 e0cec05..42e1fb7 100644
--- a/hw/xfree86/common/xf86Module.h
+++ b/hw/xfree86/common/xf86Module.h
@@ -80,9 +80,9 @@ typedef enum {
  * mask is 0xFFFF0000.
  */
 #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(15, 0)
 #define ABI_XINPUT_VERSION	SET_ABI_VERSION(19, 2)
-#define ABI_EXTENSION_VERSION	SET_ABI_VERSION(7, 0)
+#define ABI_EXTENSION_VERSION	SET_ABI_VERSION(8, 0)
 #define ABI_FONT_VERSION	SET_ABI_VERSION(0, 6)
 
 #define MODINFOSTRING1	0xef23fdc5
-- 
1.8.4



More information about the xorg-devel mailing list