[Intel-gfx] [PATCH 1/2] uxa: fix the call to PixmapSyncDirtyHelper, broken by xserver's 90db5ed

Martin Peres martin.peres at linux.intel.com
Thu Jul 9 01:26:38 PDT 2015


Signed-off-by: Martin Peres <martin.peres at linux.intel.com>
---
 src/compat-api.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/compat-api.h b/src/compat-api.h
index aa93bee..1ca4380 100644
--- a/src/compat-api.h
+++ b/src/compat-api.h
@@ -247,3 +247,7 @@ static inline void FreePixmap(PixmapPtr pixmap)
 #endif
 
 #endif
+
+#if XORG_VERSION_CURRENT >= XORG_VERSION_NUMERIC(1,17,99,0,0)
+#define PixmapSyncDirtyHelper(d, dd) PixmapSyncDirtyHelper(d)
+#endif
-- 
2.4.5



More information about the Intel-gfx mailing list