From a2d22437fd4eafedf4c8957a7cfb70df6a1c3dad Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Mon, 18 May 2015 11:48:31 -0400 Subject: [PATCH] fix call to e_comp_wl_input_keymap_set for building with wayland-client support Signed-off-by: Chris Michael --- src/bin/e_comp_wl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c index ceccd1b..b4857fa 100644 --- a/src/bin/e_comp_wl.c +++ b/src/bin/e_comp_wl.c @@ -2498,7 +2498,7 @@ _e_comp_wl_compositor_create(void) if (!layout) layout = strdup("us"); /* update compositor keymap */ - e_comp_wl_input_keymap_set(cdata, rules, model, layout); + e_comp_wl_input_keymap_set(rules, model, layout); } #endif -- 2.7.4