summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/bin/e_xkb.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bin/e_xkb.c b/src/bin/e_xkb.c
index 8f6e5aac40..65c7018301 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