devilhorns pushed a commit to branch master.

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

commit b02439c14df4548eea4a1ef3aaef7203968412be
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Mon Feb 2 12:31:09 2015 -0500

    Revert "reset keyboard modifiers when client is deleted"
    
    This reverts commit b9f4b257d713b52c5702b115bf3972f12c865cdc.
    
    Revert this quick fix as apparently it did not actually fix the problem.
---
 src/bin/e_comp_wl.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c
index ba5c41d..4a54d85 100644
--- a/src/bin/e_comp_wl.c
+++ b/src/bin/e_comp_wl.c
@@ -2065,8 +2065,6 @@ _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);
 

-- 


Reply via email to