os: utils: unexport PanoramiXExtensionDisabledHack

This variable is only used in os layer and PanoramiX, nowhere else,
and shouldn't be visible to drivers at all.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-10-29 13:49:36 +01:00
committed by Enrico Weigelt
parent 6073de4461
commit 624ec5d226
2 changed files with 2 additions and 4 deletions

View File

@@ -21,8 +21,4 @@ extern _X_EXPORT int defaultColorVisualClass;
extern _X_EXPORT int GrabInProgress;
extern _X_EXPORT char *SeatId;
#ifdef XINERAMA
extern _X_EXPORT Bool PanoramiXExtensionDisabledHack;
#endif /* XINERAMA */
#endif /* !_XSERV_GLOBAL_H_ */

View File

@@ -27,6 +27,8 @@ extern Bool noXFixesExtension;
extern Bool noXFree86BigfontExtension;
extern Bool noNamespaceExtension;
extern Bool PanoramiXExtensionDisabledHack;
extern char *namespaceConfigFile;
void CompositeExtensionInit(void);