uxa: fix the call to PixmapSyncDirtyHelper, broken by xserver's 90db5ed

[ickle: switch to HAS_DIRTYTRACKING_ROTATION as suggested by Dave Airlie]
Signed-off-by: Martin Peres <martin.peres@linux.intel.com>
This commit is contained in:
Martin Peres 2015-07-09 11:26:38 +03:00 committed by Chris Wilson
parent 15d8b06d54
commit 2c5063938c
1 changed files with 4 additions and 0 deletions

View File

@ -247,3 +247,7 @@ static inline void FreePixmap(PixmapPtr pixmap)
#endif
#endif
#if HAS_DIRTYTRACKING_ROTATION
#define PixmapSyncDirtyHelper(d, dd) PixmapSyncDirtyHelper(d)
#endif