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.
This commit is contained in:
Marcel Hollerbach 2016-06-21 18:22:28 +02:00
parent 11796c8b88
commit a45bbe3d35
1 changed files with 2 additions and 1 deletions

View File

@ -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