summaryrefslogtreecommitdiff
path: root/test/namescomp.c
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2012-05-08 17:51:16 +0100
committerDaniel Stone <daniel@fooishbar.org>2012-05-08 17:51:16 +0100
commitc3584280092e251d572ada8d988cf0e46ae8e88f (patch)
tree352ed0e67a8ea1f8b6b56c71baafd393838aa17b /test/namescomp.c
parentb537b5524a238645167f370c73afa8686442463f (diff)
downloadxorg-lib-libxkbcommon-c3584280092e251d572ada8d988cf0e46ae8e88f.tar.gz
Add flags to context creation
None defined as yet, but why not. Signed-off-by: Daniel Stone <daniel@fooishbar.org>
Diffstat (limited to 'test/namescomp.c')
-rw-r--r--test/namescomp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/namescomp.c b/test/namescomp.c
index e8652a2..36c89f3 100644
--- a/test/namescomp.c
+++ b/test/namescomp.c
@@ -46,7 +46,7 @@ test_names(const char *keycodes, const char *types,
.symbols = strdup(symbols),
};
- context = xkb_context_new();
+ context = xkb_context_new(0);
assert(context);
fprintf(stderr, "\nCompiling %s %s %s %s\n", kccgst.keycodes, kccgst.types,