devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=b9f4b257d713b52c5702b115bf3972f12c865cdc
commit b9f4b257d713b52c5702b115bf3972f12c865cdc Author: Chris Michael <[email protected]> Date: Mon Feb 2 12:27:06 2015 -0500 reset keyboard modifiers when client is deleted Signed-off-by: Chris Michael <[email protected]> --- src/bin/e_comp_wl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c index 4a54d85..ba5c41d 100644 --- a/src/bin/e_comp_wl.c +++ b/src/bin/e_comp_wl.c @@ -2065,6 +2065,8 @@ _e_comp_wl_client_cb_del(void *data EINA_UNUSED, E_Client *ec) /* win = e_pixmap_window_get(ec->pixmap); */ /* eina_hash_del_by_key(clients_win_hash, &win); */ + e_comp_wl_input_keyboard_modifiers_update(e_comp->wl_comp_data); + if ((!ec->already_unparented) && (ec->comp_data->reparented)) _e_comp_wl_focus_down_set(ec); --
