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
							
								
									3dcfa8a77f
								
							
						
					
					
						commit
						644c459630
					
				|  | @ -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