From b280c5b85cad9f459efa365ba23ca5b0c247277c Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Wed, 21 May 2025 11:30:30 +0200 Subject: [PATCH] xfree86: xf86Priv.h: unexport xf86AutoBindGPUDisabled field Not used by any external drivers. Signed-off-by: Enrico Weigelt, metux IT consult --- hw/xfree86/common/xf86Priv.h | 6 ------ hw/xfree86/common/xf86_priv.h | 1 + 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/hw/xfree86/common/xf86Priv.h b/hw/xfree86/common/xf86Priv.h index 7816b3ca7..7b528a677 100644 --- a/hw/xfree86/common/xf86Priv.h +++ b/hw/xfree86/common/xf86Priv.h @@ -38,12 +38,6 @@ #include "xf86Privstr.h" #include "input.h" -/* - * Parameters set ONLY from the command line options - * The global state of these things is held in xf86InfoRec (when appropriate). - */ -extern _X_EXPORT Bool xf86AutoBindGPUDisabled; - #ifdef XF86VIDMODE extern _X_EXPORT Bool xf86VidModeDisabled; extern _X_EXPORT Bool xf86VidModeAllowNonLocal; diff --git a/hw/xfree86/common/xf86_priv.h b/hw/xfree86/common/xf86_priv.h index 2ec91a032..56922a6db 100644 --- a/hw/xfree86/common/xf86_priv.h +++ b/hw/xfree86/common/xf86_priv.h @@ -17,6 +17,7 @@ extern Bool xf86ProbeIgnorePrimary; */ /* globals.c */ extern Bool xf86AllowMouseOpenFail; +extern Bool xf86AutoBindGPUDisabled; /* xf86Cursor.c */ void xf86LockZoom(ScreenPtr pScreen, int lock);