Signed-off-by: Martin Peres <martin.peres@xxxxxxxxxxxxxxx> --- 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 _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/intel-gfx