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);