(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 799d5e0aa0
commit dd63a5ef99
4 changed files with 3 additions and 3 deletions

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