mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
(submit/miext-extinit) Xext: xf86bigfont: unexport noXFree86BigfontExtension
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:
@@ -62,10 +62,6 @@ extern _X_EXPORT Bool noCompositeExtension;
|
||||
extern _X_EXPORT Bool noPanoramiXExtension;
|
||||
#endif
|
||||
|
||||
#ifdef XF86BIGFONT
|
||||
extern _X_EXPORT Bool noXFree86BigfontExtension;
|
||||
#endif
|
||||
|
||||
extern _X_EXPORT Bool noXFixesExtension;
|
||||
|
||||
#if defined(XSELINUX)
|
||||
|
||||
@@ -21,6 +21,7 @@ extern Bool noScreenSaverExtension;
|
||||
extern Bool noSecurityExtension;
|
||||
extern Bool noShapeExtension;
|
||||
extern Bool noTestExtensions;
|
||||
extern Bool noXFree86BigfontExtension;
|
||||
|
||||
void CompositeExtensionInit(void);
|
||||
void DamageExtensionInit(void);
|
||||
|
||||
Reference in New Issue
Block a user