xfree86: xf86Config: unexport xf86configptr
Not used by any external drivers, and this header isn't even installed in the SDK, so no need to keep this field exported. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
		
							parent
							
								
									b94952f3b3
								
							
						
					
					
						commit
						8fb5e2e589
					
				|  | @ -41,7 +41,7 @@ | |||
| /*
 | ||||
|  * global structure that holds the result of parsing the config file | ||||
|  */ | ||||
| extern _X_EXPORT XF86ConfigPtr xf86configptr; | ||||
| extern XF86ConfigPtr xf86configptr; | ||||
| #endif | ||||
| 
 | ||||
| typedef enum _ConfigStatus { | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue