(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:
Enrico Weigelt, metux IT consult 2024-06-28 18:56:19 +02:00
parent eb452fcecc
commit b27071b35f
4 changed files with 3 additions and 3 deletions

View File

@ -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 */

View File

@ -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

View File

@ -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);

View File

@ -131,7 +131,6 @@ Bool noScreenSaverExtension = FALSE;
#ifdef MITSHM
Bool noMITShmExtension = FALSE;
#endif
Bool noShapeExtension = FALSE;
#ifdef XCSECURITY
Bool noSecurityExtension = FALSE;