xfree86: xf86.h: unexport xf86ConfigDRI field
Not used by any external drivers, so no need to keep it exported. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
		
							parent
							
								
									224bcf234d
								
							
						
					
					
						commit
						149f52dc9c
					
				|  | @ -72,8 +72,6 @@ extern _X_EXPORT Bool sbusSlotClaimed; | ||||||
| extern _X_EXPORT int platformSlotClaimed; | extern _X_EXPORT int platformSlotClaimed; | ||||||
| #endif | #endif | ||||||
| 
 | 
 | ||||||
| extern _X_EXPORT confDRIRec xf86ConfigDRI; |  | ||||||
| 
 |  | ||||||
| #define XF86SCRNINFO(p) xf86ScreenToScrn(p) | #define XF86SCRNINFO(p) xf86ScreenToScrn(p) | ||||||
| 
 | 
 | ||||||
| #define XF86FLIP_PIXELS() \ | #define XF86FLIP_PIXELS() \ | ||||||
|  |  | ||||||
|  | @ -69,4 +69,6 @@ GDevPtr autoConfigDevice(GDevPtr preconf_device); | ||||||
| void xf86SetVerbosity(int verb); | void xf86SetVerbosity(int verb); | ||||||
| void xf86SetLogVerbosity(int verb); | void xf86SetLogVerbosity(int verb); | ||||||
| 
 | 
 | ||||||
|  | extern confDRIRec xf86ConfigDRI; | ||||||
|  | 
 | ||||||
| #endif                          /* _xf86_config_h */ | #endif                          /* _xf86_config_h */ | ||||||
|  |  | ||||||
|  | @ -73,6 +73,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||||||
| #include "inputstr.h" | #include "inputstr.h" | ||||||
| #include "xf86VGAarbiter_priv.h" | #include "xf86VGAarbiter_priv.h" | ||||||
| #include "xf86Extensions.h" | #include "xf86Extensions.h" | ||||||
|  | #include "xf86Config.h" | ||||||
| 
 | 
 | ||||||
| static int DRIEntPrivIndex = -1; | static int DRIEntPrivIndex = -1; | ||||||
| static DevPrivateKeyRec DRIScreenPrivKeyRec; | static DevPrivateKeyRec DRIScreenPrivKeyRec; | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue