From 0b1e8a759c64959363aef7166e89368837dd1f53 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Wed, 31 Dec 2025 17:26:06 +0100 Subject: [PATCH] stop defining _XF86DRI_SERVER_ This once was needed on including xf86driproto.h, but these day have gone now for aeons. Signed-off-by: Enrico Weigelt, metux IT consult --- glx/glx_dri/glxdri2.c | 1 - hw/xfree86/dri/dri.c | 1 - hw/xfree86/dri/xf86dri.c | 1 - 3 files changed, 3 deletions(-) diff --git a/glx/glx_dri/glxdri2.c b/glx/glx_dri/glxdri2.c index 4c5bc84467..e50d80999a 100644 --- a/glx/glx_dri/glxdri2.c +++ b/glx/glx_dri/glxdri2.c @@ -36,7 +36,6 @@ #include #include -#define _XF86DRI_SERVER_ #include #include diff --git a/hw/xfree86/dri/dri.c b/hw/xfree86/dri/dri.c index b6e0529c2d..629dee2be5 100644 --- a/hw/xfree86/dri/dri.c +++ b/hw/xfree86/dri/dri.c @@ -61,7 +61,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "scrnintstr.h" #include "windowstr.h" #include "servermd.h" -#define _XF86DRI_SERVER_ #include #include "swaprep.h" #include "xf86str.h" diff --git a/hw/xfree86/dri/xf86dri.c b/hw/xfree86/dri/xf86dri.c index e156d55a16..13925fa176 100644 --- a/hw/xfree86/dri/xf86dri.c +++ b/hw/xfree86/dri/xf86dri.c @@ -53,7 +53,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "cursorstr.h" #include "scrnintstr.h" #include "servermd.h" -#define _XF86DRI_SERVER_ #include #include "swaprep.h" #include "xf86str.h"