xfree86: xf86Priv.h: unexport xf86AllowMouseOpenFail field
Not used by any external drivers. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
		
							parent
							
								
									6b3015cf9d
								
							
						
					
					
						commit
						3dcfa8a77f
					
				|  | @ -55,7 +55,7 @@ | |||
| #include "os/osdep.h" | ||||
| #include "xkb/xkbsrv_priv.h" | ||||
| 
 | ||||
| #include "xf86.h" | ||||
| #include "xf86_priv.h" | ||||
| #include "xf86Modes.h" | ||||
| #include "xf86Parser_priv.h" | ||||
| #include "xf86tokens.h" | ||||
|  |  | |||
|  | @ -42,7 +42,6 @@ | |||
|  * Parameters set ONLY from the command line options | ||||
|  * The global state of these things is held in xf86InfoRec (when appropriate). | ||||
|  */ | ||||
| extern _X_EXPORT Bool xf86AllowMouseOpenFail; | ||||
| extern _X_EXPORT Bool xf86AutoBindGPUDisabled; | ||||
| 
 | ||||
| #ifdef XF86VIDMODE | ||||
|  |  | |||
|  | @ -11,6 +11,13 @@ extern Bool xf86DoConfigure; | |||
| extern Bool xf86DoConfigurePass1; | ||||
| extern Bool xf86ProbeIgnorePrimary; | ||||
| 
 | ||||
| /*
 | ||||
|  * Parameters set ONLY from the command line options | ||||
|  * The global state of these things is held in xf86InfoRec (when appropriate). | ||||
|  */ | ||||
| /* globals.c */ | ||||
| extern Bool xf86AllowMouseOpenFail; | ||||
| 
 | ||||
| /* xf86Cursor.c */ | ||||
| void xf86LockZoom(ScreenPtr pScreen, int lock); | ||||
| void xf86InitViewport(ScrnInfoPtr pScr); | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue