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:
parent
15d8b06d54
commit
2c5063938c
|
|
@ -247,3 +247,7 @@ static inline void FreePixmap(PixmapPtr pixmap)
|
|||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
#if HAS_DIRTYTRACKING_ROTATION
|
||||
#define PixmapSyncDirtyHelper(d, dd) PixmapSyncDirtyHelper(d)
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue