From a45bbe3d35032d44405f0e1b46735b0701e0bb37 Mon Sep 17 00:00:00 2001 From: Marcel Hollerbach Date: Tue, 21 Jun 2016 18:22:28 +0200 Subject: [PATCH] e_xkb: init the keyboard on init we need to flush in the first group here. For wayland currently each keyboard configuration needs to be flushed each time. --- src/bin/e_xkb.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bin/e_xkb.c b/src/bin/e_xkb.c index 8f6e5aac4..65c701830 100644 --- a/src/bin/e_xkb.c +++ b/src/bin/e_xkb.c @@ -316,7 +316,8 @@ _e_xkb_type_reconfig(E_Pixmap_Type comp_type) { if (comp_type == E_PIXMAP_TYPE_X) _e_x_xkb_reconfig(); - //we dont need to init wl yet + else if (comp_type == E_PIXMAP_TYPE_WL) + _e_wl_xkb_update(e_config->xkb.cur_group); } E_API void