mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
Xnamespace: initial config loader
This loads the configuration (simple text file) passed via command line. For now just supporting static configuration, that's loaded on server startup. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
@@ -25,6 +25,8 @@ extern Bool noXFixesExtension;
|
||||
extern Bool noXFree86BigfontExtension;
|
||||
extern Bool noNamespaceExtension;
|
||||
|
||||
extern char *namespaceConfigFile;
|
||||
|
||||
void CompositeExtensionInit(void);
|
||||
void DamageExtensionInit(void);
|
||||
void DbeExtensionInit(void);
|
||||
|
||||
Reference in New Issue
Block a user