Xnamespace: add basic namespace config structures

Adding data structure and initial data for namespace configuration.

Built-in namespaces are ROOT and ANONYMOUS.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2024-01-25 16:38:10 +01:00
parent 4379f7cc87
commit 9f8ef921ad
6 changed files with 129 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ typedef enum {
PRIVATE_GLYPHSET,
PRIVATE_PICTURE,
PRIVATE_SYNC_FENCE,
PRIVATE_NAMESPACE,
/* last private type */
PRIVATE_LAST,