mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
Xnamespace: namespace extension skeleton
Add tiny skeleton for the namespace extension. Disabled by default, can be enabled via +extension arg, but doesn't actually do something yet. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
@@ -23,6 +23,7 @@ extern Bool noShapeExtension;
|
||||
extern Bool noTestExtensions;
|
||||
extern Bool noXFixesExtension;
|
||||
extern Bool noXFree86BigfontExtension;
|
||||
extern Bool noNamespaceExtension;
|
||||
|
||||
void CompositeExtensionInit(void);
|
||||
void DamageExtensionInit(void);
|
||||
@@ -53,5 +54,6 @@ void XvMCExtensionInit(void);
|
||||
void dri3_extension_init(void);
|
||||
void PseudoramiXExtensionInit(void);
|
||||
void present_extension_init(void);
|
||||
void NamespaceExtensionInit(void);
|
||||
|
||||
#endif /* _XSERVER_EXTINIT_PRIV_H */
|
||||
|
||||
Reference in New Issue
Block a user