diff --git a/driver/xf86-video-intel/src/compat-api.h b/driver/xf86-video-intel/src/compat-api.h index 966a1345b..d30459b71 100644 --- a/driver/xf86-video-intel/src/compat-api.h +++ b/driver/xf86-video-intel/src/compat-api.h @@ -224,3 +224,7 @@ static inline void FreePixmap(PixmapPtr pixmap) #endif #endif + +#if HAS_DIRTYTRACKING_ROTATION +#define PixmapSyncDirtyHelper(d, dd) PixmapSyncDirtyHelper(d) +#endif