(submit/miext-extinit) res: unexport noResExtension field
This field isn't used by any drivers, and also better belongs into the corresponding extension instead of OS adaption layer. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
		
							parent
							
								
									866097a1c0
								
							
						
					
					
						commit
						b7cf382bf4
					
				|  | @ -33,6 +33,8 @@ | ||||||
| #include "compint.h" | #include "compint.h" | ||||||
| #endif | #endif | ||||||
| 
 | 
 | ||||||
|  | Bool noResExtension = FALSE; | ||||||
|  | 
 | ||||||
| /** @brief Holds fragments of responses for ConstructClientIds.
 | /** @brief Holds fragments of responses for ConstructClientIds.
 | ||||||
|  * |  * | ||||||
|  *  note: there is no consideration for data alignment */ |  *  note: there is no consideration for data alignment */ | ||||||
|  |  | ||||||
|  | @ -62,10 +62,6 @@ extern _X_EXPORT Bool noCompositeExtension; | ||||||
| extern _X_EXPORT Bool noPanoramiXExtension; | extern _X_EXPORT Bool noPanoramiXExtension; | ||||||
| #endif | #endif | ||||||
| 
 | 
 | ||||||
| #if defined(RES) |  | ||||||
| extern _X_EXPORT Bool noResExtension; |  | ||||||
| #endif |  | ||||||
| 
 |  | ||||||
| #if defined(SCREENSAVER) | #if defined(SCREENSAVER) | ||||||
| extern _X_EXPORT Bool noScreenSaverExtension; | extern _X_EXPORT Bool noScreenSaverExtension; | ||||||
| #endif | #endif | ||||||
|  |  | ||||||
|  | @ -14,6 +14,7 @@ extern Bool noDPMSExtension; | ||||||
| extern Bool noGEExtension; | extern Bool noGEExtension; | ||||||
| extern Bool noGlxExtension; | extern Bool noGlxExtension; | ||||||
| extern Bool noRenderExtension; | extern Bool noRenderExtension; | ||||||
|  | extern Bool noResExtension; | ||||||
| extern Bool noRRExtension; | extern Bool noRRExtension; | ||||||
| extern Bool noTestExtensions; | extern Bool noTestExtensions; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -134,9 +134,6 @@ Bool noShapeExtension = FALSE; | ||||||
| #ifdef XCSECURITY | #ifdef XCSECURITY | ||||||
| Bool noSecurityExtension = FALSE; | Bool noSecurityExtension = FALSE; | ||||||
| #endif | #endif | ||||||
| #ifdef RES |  | ||||||
| Bool noResExtension = FALSE; |  | ||||||
| #endif |  | ||||||
| #ifdef XF86BIGFONT | #ifdef XF86BIGFONT | ||||||
| Bool noXFree86BigfontExtension = FALSE; | Bool noXFree86BigfontExtension = FALSE; | ||||||
| #endif | #endif | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue