From f93fb63e1b5508d76424f28f38588b44a3d785b8 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/glxdri2.c | 1 - hw/xfree86/dri/dri.c | 1 - hw/xfree86/dri/xf86dri.c | 1 - 3 files changed, 3 deletions(-) diff --git a/glx/glxdri2.c b/glx/glxdri2.c index 4c5bc8446..e50d80999 100644 --- a/glx/glxdri2.c +++ b/glx/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 8eb9e62c9..32c771c04 100644 --- a/hw/xfree86/dri/dri.c +++ b/hw/xfree86/dri/dri.c @@ -59,7 +59,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 de9dcbd7c..ed55e1213 100644 --- a/hw/xfree86/dri/xf86dri.c +++ b/hw/xfree86/dri/xf86dri.c @@ -51,7 +51,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"