(submit/miext-extinit) Xext: shape: unexport noXFixesExtension

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 19:46:14 +02:00
parent 8abee65500
commit 99284fd6d6
4 changed files with 3 additions and 3 deletions

View File

@ -62,8 +62,6 @@ extern _X_EXPORT Bool noCompositeExtension;
extern _X_EXPORT Bool noPanoramiXExtension; extern _X_EXPORT Bool noPanoramiXExtension;
#endif #endif
extern _X_EXPORT Bool noXFixesExtension;
#if defined(XSELINUX) #if defined(XSELINUX)
extern _X_EXPORT Bool noSELinuxExtension; extern _X_EXPORT Bool noSELinuxExtension;
#endif #endif

View File

@ -21,6 +21,7 @@ extern Bool noScreenSaverExtension;
extern Bool noSecurityExtension; extern Bool noSecurityExtension;
extern Bool noShapeExtension; extern Bool noShapeExtension;
extern Bool noTestExtensions; extern Bool noTestExtensions;
extern Bool noXFixesExtension;
extern Bool noXFree86BigfontExtension; extern Bool noXFree86BigfontExtension;
void CompositeExtensionInit(void); void CompositeExtensionInit(void);

View File

@ -133,7 +133,6 @@ Bool noXFree86DRIExtension = FALSE;
#ifdef XF86VIDMODE #ifdef XF86VIDMODE
Bool noXFree86VidModeExtension = FALSE; Bool noXFree86VidModeExtension = FALSE;
#endif #endif
Bool noXFixesExtension = FALSE;
#ifdef DRI2 #ifdef DRI2
Bool noDRI2Extension = FALSE; Bool noDRI2Extension = FALSE;
#endif #endif

View File

@ -50,6 +50,8 @@
#include "protocol-versions.h" #include "protocol-versions.h"
#include "extinit_priv.h" #include "extinit_priv.h"
Bool noXFixesExtension = FALSE;
static unsigned char XFixesReqCode; static unsigned char XFixesReqCode;
int XFixesEventBase; int XFixesEventBase;
int XFixesErrorBase; int XFixesErrorBase;