mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 10:14:52 +00:00
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:
committed by
Enrico Weigelt
parent
6073de4461
commit
624ec5d226
@@ -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_ */
|
||||
|
||||
@@ -27,6 +27,8 @@ extern Bool noXFixesExtension;
|
||||
extern Bool noXFree86BigfontExtension;
|
||||
extern Bool noNamespaceExtension;
|
||||
|
||||
extern Bool PanoramiXExtensionDisabledHack;
|
||||
|
||||
extern char *namespaceConfigFile;
|
||||
|
||||
void CompositeExtensionInit(void);
|
||||
|
||||
Reference in New Issue
Block a user