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
							
								
									715a6335dc
								
							
						
					
					
						commit
						7bf63fdf55
					
				| 
						 | 
					@ -41,7 +41,7 @@
 | 
				
			||||||
/*
 | 
					/*
 | 
				
			||||||
 * global structure that holds the result of parsing the config file
 | 
					 * global structure that holds the result of parsing the config file
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
extern _X_EXPORT XF86ConfigPtr xf86configptr;
 | 
					extern XF86ConfigPtr xf86configptr;
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
typedef enum _ConfigStatus {
 | 
					typedef enum _ConfigStatus {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue