reset keyboard modifiers when client is deleted
authorChris Michael <cp.michael@samsung.com>
Mon, 2 Feb 2015 17:27:06 +0000 (12:27 -0500)
committerChris Michael <cp.michael@samsung.com>
Mon, 2 Feb 2015 17:27:40 +0000 (12:27 -0500)
Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/bin/e_comp_wl.c

index 4a54d85d3674ef60b0583f9619cdbf7984a15563..ba5c41d1bdccf0a1f6133567b0fcaf0403a7d7a1 100644 (file)
@@ -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);