xfree86: xf86Priv.h: unexport xf86AutoBindGPUDisabled field
Not used by any external drivers. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
57c023693b
commit
b280c5b85c
|
@ -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;
|
||||
|
|
|
@ -17,6 +17,7 @@ extern Bool xf86ProbeIgnorePrimary;
|
|||
*/
|
||||
/* globals.c */
|
||||
extern Bool xf86AllowMouseOpenFail;
|
||||
extern Bool xf86AutoBindGPUDisabled;
|
||||
|
||||
/* xf86Cursor.c */
|
||||
void xf86LockZoom(ScreenPtr pScreen, int lock);
|
||||
|
|
Loading…
Reference in New Issue