From fcd202909bd558074885c8a35400e180646e115b Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Fri, 21 Sep 2012 14:44:17 +0300 Subject: Don't use xkbcommon-compat names in internal code Signed-off-by: Ran Benita --- test/print-compiled-keymap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/print-compiled-keymap.c') diff --git a/test/print-compiled-keymap.c b/test/print-compiled-keymap.c index 34be4d4..95bd85a 100644 --- a/test/print-compiled-keymap.c +++ b/test/print-compiled-keymap.c @@ -87,7 +87,7 @@ main(int argc, char *argv[]) goto err_ctx; } - dump = xkb_map_get_as_string(keymap); + dump = xkb_keymap_get_as_string(keymap); if (!dump) { fprintf(stderr, "Couldn't get the keymap string\n"); goto err_map; @@ -98,7 +98,7 @@ main(int argc, char *argv[]) ret = EXIT_SUCCESS; free(dump); err_map: - xkb_map_unref(keymap); + xkb_keymap_unref(keymap); err_ctx: xkb_context_unref(ctx); err_out: -- cgit v1.2.3