discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=772163fe3ea9367dc4baaf3f02c324a58017ffa1

commit 772163fe3ea9367dc4baaf3f02c324a58017ffa1
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Thu Mar 31 11:13:37 2016 -0400

    force keyboard modifier update on wl client focus-in
    
    ensure that clients always receive up-to-date modifiers when they get focus
---
 src/bin/e_comp_wl.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c
index 059a323..58cc5ab 100644
--- a/src/bin/e_comp_wl.c
+++ b/src/bin/e_comp_wl.c
@@ -467,6 +467,7 @@ _e_comp_wl_evas_cb_focus_in_timer(E_Client *ec)
    ec->comp_data->on_focus_timer = NULL;
 
    if (!e_comp_wl->kbd.focused) return EINA_FALSE;
+   e_comp_wl_input_keyboard_modifiers_update();
    serial = wl_display_next_serial(e_comp_wl->wl.disp);
    t = ecore_time_unix_get();
    EINA_LIST_FOREACH(e_comp_wl->kbd.focused, l, res)

-- 


Reply via email to