devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=379ea5b2f0df38e83ed837c3c9b8e3966b3dbc59

commit 379ea5b2f0df38e83ed837c3c9b8e3966b3dbc59
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Mon May 18 09:21:03 2015 -0400

    Fix call to e_comp_wl_input_keymap_set
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/modules/wl_x11/e_mod_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/wl_x11/e_mod_main.c b/src/modules/wl_x11/e_mod_main.c
index 095205c..433601d 100644
--- a/src/modules/wl_x11/e_mod_main.c
+++ b/src/modules/wl_x11/e_mod_main.c
@@ -53,7 +53,7 @@ _cb_keymap_changed(void *data, int type EINA_UNUSED, void 
*event EINA_UNUSED)
    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);
 
    free(rules);
    free(model);

-- 


Reply via email to