From 255366573e23a57512adbe74b5cdc50815072a0a Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Wed, 31 Dec 2025 14:07:32 +0100 Subject: [PATCH] compat-api.h: drop compat for ancient Xservers Signed-off-by: Enrico Weigelt, metux IT consult --- src/compat-api.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/compat-api.h b/src/compat-api.h index b6d65070..c9ed02e4 100644 --- a/src/compat-api.h +++ b/src/compat-api.h @@ -67,13 +67,8 @@ region_get_boxes(const RegionRec *r, const BoxRec **s, const BoxRec **e) #define __get_private(p, key) dixGetPrivateAddr(&(p)->devPrivates, &(key)) -#if XORG_VERSION_CURRENT >= XORG_VERSION_NUMERIC(1,9,99,902,0) #define SourceValidate(d, x, y, w, h, mode) \ if ((d)->pScreen->SourceValidate) (d)->pScreen->SourceValidate(d, x, y, w, h, mode) -#else -#define SourceValidate(d, x, y, w, h, mode) \ - if ((d)->pScreen->SourceValidate) (d)->pScreen->SourceValidate(d, x, y, w, h) -#endif #define DamageUnregister(d, dd) DamageUnregister(dd)