[PATCH] xfree86: Bump ABI versions (video: 19, extension: 9)

Aaron Plattner aplattner at nvidia.com
Wed Oct 29 19:19:18 PDT 2014


Among other things, commit b851ca968b7cce6d1a6438c05d3d5c8832249704 added a
NameWindowPixmap function pointer to ScreenRec, shifting some of the fields
around.

Signed-off-by: Aaron Plattner <aplattner at nvidia.com>
---
Since the merge window closed yesterday with the xserver 1.17 RC 1 release, the
ABI freeze date will be one month later, Nov. 28.  That means that the ABI can
still change between now and then, but please only change it if necessary.

 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 b848f53f1561..e68fe9cbaa18 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(18, 0)
+#define ABI_VIDEODRV_VERSION	SET_ABI_VERSION(19, 0)
 #define ABI_XINPUT_VERSION	SET_ABI_VERSION(21, 0)
-#define ABI_EXTENSION_VERSION	SET_ABI_VERSION(8, 0)
+#define ABI_EXTENSION_VERSION	SET_ABI_VERSION(9, 0)
 #define ABI_FONT_VERSION	SET_ABI_VERSION(0, 6)
 
 #define MODINFOSTRING1	0xef23fdc5
-- 
2.1.2



More information about the xorg-devel mailing list