(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" | ||||
| #endif | ||||
| 
 | ||||
| Bool noShapeExtension = FALSE; | ||||
| 
 | ||||
| static int ShapeEventBase = 0; | ||||
| static RESTYPE ClientType, ShapeEventType;      /* resource types for event masks */ | ||||
| 
 | ||||
|  |  | |||
|  | @ -66,8 +66,6 @@ extern _X_EXPORT Bool noPanoramiXExtension; | |||
| extern _X_EXPORT Bool noScreenSaverExtension; | ||||
| #endif | ||||
| 
 | ||||
| extern _X_EXPORT Bool noShapeExtension; | ||||
| 
 | ||||
| #ifdef MITSHM | ||||
| extern _X_EXPORT Bool noMITShmExtension; | ||||
| #endif | ||||
|  |  | |||
|  | @ -16,6 +16,7 @@ extern Bool noGlxExtension; | |||
| extern Bool noRenderExtension; | ||||
| extern Bool noResExtension; | ||||
| extern Bool noRRExtension; | ||||
| extern Bool noShapeExtension; | ||||
| extern Bool noTestExtensions; | ||||
| 
 | ||||
| void CompositeExtensionInit(void); | ||||
|  |  | |||
|  | @ -130,7 +130,6 @@ Bool noScreenSaverExtension = FALSE; | |||
| #ifdef MITSHM | ||||
| Bool noMITShmExtension = FALSE; | ||||
| #endif | ||||
| Bool noShapeExtension = FALSE; | ||||
| 
 | ||||
| #ifdef XCSECURITY | ||||
| Bool noSecurityExtension = FALSE; | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue