(submit/miext-extinit) Xext: selinux: unexport noSELinuxExtension
It's not needed by any driver/module, so no need to keep it exported. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
99284fd6d6
commit
c7d4cdd0e0
|
@ -62,10 +62,6 @@ extern _X_EXPORT Bool noCompositeExtension;
|
|||
extern _X_EXPORT Bool noPanoramiXExtension;
|
||||
#endif
|
||||
|
||||
#if defined(XSELINUX)
|
||||
extern _X_EXPORT Bool noSELinuxExtension;
|
||||
#endif
|
||||
|
||||
#if defined(XV)
|
||||
extern _X_EXPORT Bool noXvExtension;
|
||||
#endif
|
||||
|
|
|
@ -19,6 +19,7 @@ extern Bool noResExtension;
|
|||
extern Bool noRRExtension;
|
||||
extern Bool noScreenSaverExtension;
|
||||
extern Bool noSecurityExtension;
|
||||
extern Bool noSELinuxExtension;
|
||||
extern Bool noShapeExtension;
|
||||
extern Bool noTestExtensions;
|
||||
extern Bool noXFixesExtension;
|
||||
|
|
Loading…
Reference in New Issue