xf86AutoBindGPUDisabled
This commit is contained in:
parent
fad57999a2
commit
baa1a5c1f9
|
|
@ -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