(submit/miext-extinit) Xext: shape: unexport noShapeExtension 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
							
								
									799d5e0aa0
								
							
						
					
					
						commit
						dd63a5ef99
					
				|  | @ -72,6 +72,8 @@ static void SShapeNotifyEvent(xShapeNotifyEvent * /* from */ , | ||||||
| #include "panoramiXsrv.h" | #include "panoramiXsrv.h" | ||||||
| #endif | #endif | ||||||
| 
 | 
 | ||||||
|  | Bool noShapeExtension = FALSE; | ||||||
|  | 
 | ||||||
| static int ShapeEventBase = 0; | static int ShapeEventBase = 0; | ||||||
| static RESTYPE ClientType, ShapeEventType;      /* resource types for event masks */ | static RESTYPE ClientType, ShapeEventType;      /* resource types for event masks */ | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -66,8 +66,6 @@ extern _X_EXPORT Bool noPanoramiXExtension; | ||||||
| extern _X_EXPORT Bool noScreenSaverExtension; | extern _X_EXPORT Bool noScreenSaverExtension; | ||||||
| #endif | #endif | ||||||
| 
 | 
 | ||||||
| extern _X_EXPORT Bool noShapeExtension; |  | ||||||
| 
 |  | ||||||
| #ifdef MITSHM | #ifdef MITSHM | ||||||
| extern _X_EXPORT Bool noMITShmExtension; | extern _X_EXPORT Bool noMITShmExtension; | ||||||
| #endif | #endif | ||||||
|  |  | ||||||
|  | @ -16,6 +16,7 @@ extern Bool noGlxExtension; | ||||||
| extern Bool noRenderExtension; | extern Bool noRenderExtension; | ||||||
| extern Bool noResExtension; | extern Bool noResExtension; | ||||||
| extern Bool noRRExtension; | extern Bool noRRExtension; | ||||||
|  | extern Bool noShapeExtension; | ||||||
| extern Bool noTestExtensions; | extern Bool noTestExtensions; | ||||||
| 
 | 
 | ||||||
| void CompositeExtensionInit(void); | void CompositeExtensionInit(void); | ||||||
|  |  | ||||||
|  | @ -130,7 +130,6 @@ Bool noScreenSaverExtension = FALSE; | ||||||
| #ifdef MITSHM | #ifdef MITSHM | ||||||
| Bool noMITShmExtension = FALSE; | Bool noMITShmExtension = FALSE; | ||||||
| #endif | #endif | ||||||
| Bool noShapeExtension = FALSE; |  | ||||||
| 
 | 
 | ||||||
| #ifdef XCSECURITY | #ifdef XCSECURITY | ||||||
| Bool noSecurityExtension = FALSE; | Bool noSecurityExtension = FALSE; | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue