mirror of
https://github.com/X11Libre/xf86-video-intel.git
synced 2026-03-23 17:19:13 +00:00
compat-api: drop support for old Xserver video ABI
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
@@ -97,12 +97,7 @@ region_get_boxes(const RegionRec *r, const BoxRec **s, const BoxRec **e)
|
||||
|
||||
#define PixmapSyncDirtyHelper(d, dd) PixmapSyncDirtyHelper(d)
|
||||
|
||||
#if ABI_VIDEODRV_VERSION >= SET_ABI_VERSION(25, 2)
|
||||
#define PixmapDirtyDst(d) ((d)->secondary_dst)
|
||||
#define PixmapDirtyPrimary(d) (PixmapDirtyDst(d)->primary_pixmap)
|
||||
#else
|
||||
#define PixmapDirtyDst(d) ((d)->slave_dst)
|
||||
#define PixmapDirtyPrimary(d) (PixmapDirtyDst(d)->master_pixmap)
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user