e_xkb: emit changed event if wayland keyboard has changed

This commit is contained in:
Marcel Hollerbach 2016-01-18 20:51:57 +01:00
parent d12c5f9474
commit 7e74ad229c
1 changed files with 2 additions and 0 deletions

View File

@ -172,6 +172,8 @@ _e_wl_xkb_update(int cur_group)
e_comp_wl_input_keymap_set(NULL, cl->model, cl->name, NULL, NULL);
INF("Set wl keyboard to %s %s", cl->model, cl->name);
e_config->xkb.cur_group = cur_group;
_e_xkb_update_event(cur_group);
#else
(void) cur_group;
#endif