summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Hollerbach <marcel-hollerbach@t-online.de>2016-06-21 18:22:28 +0200
committerMarcel Hollerbach <marcel-hollerbach@t-online.de>2016-06-21 18:24:48 +0200
commit4575d48259659bcca5a6872e10820c694dada8d2 (patch)
tree174a154d2af613b2f2bfbd227a8fc87a67ff9eef
parent36c486906daa8049251b9116cebf6cd1b89353f0 (diff)
downloadenlightenment-devs/bu5hm4n/uupsi.tar.gz
e_xkb: init the keyboard on initdevs/bu5hm4n/uupsi
we need to flush in the first group here. For wayland currently each keyboard configuration needs to be flushed each time.
-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