diff options
author | Daniel Stone <daniel@fooishbar.org> | 2012-05-08 17:48:29 +0100 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2012-05-08 17:48:29 +0100 |
commit | b537b5524a238645167f370c73afa8686442463f (patch) | |
tree | 94e432f755b945e5028de1d0e4ef46581230e7fa /test/rulescomp.c | |
parent | 1928397a21ff3d0616b0c35fb286b2876d51e6ba (diff) |
Add flags to keymap compilation entrypoints
No use as yet, but might as well ...
Signed-off-by: Daniel Stone <daniel@fooishbar.org>
Diffstat (limited to 'test/rulescomp.c')
-rw-r--r-- | test/rulescomp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rulescomp.c b/test/rulescomp.c index 8158852..5ab8112 100644 --- a/test/rulescomp.c +++ b/test/rulescomp.c @@ -49,7 +49,7 @@ test_rmlvo(const char *rules, const char *model, const char *layout, fprintf(stderr, "\nCompiling %s %s %s %s %s\n", rmlvo.rules, rmlvo.model, rmlvo.layout, rmlvo.variant, rmlvo.options); - xkb = xkb_map_new_from_names(context, &rmlvo); + xkb = xkb_map_new_from_names(context, &rmlvo, 0); if (!xkb) { xkb_context_unref(context); return 0; |