Revert "Stop sending wayland motion events when the mouse is grabbed"

This reverts commit 0a91a24573.

this should be resolved in a more readable way now
This commit is contained in:
Mike Blumenkrantz 2017-03-17 13:17:02 -04:00
parent 8f197eba71
commit f2ab232f3e
1 changed files with 0 additions and 1 deletions

View File

@ -367,7 +367,6 @@ _e_comp_wl_evas_cb_mouse_move(void *data, Evas *evas EINA_UNUSED, Evas_Object *o
if (e_object_is_del(E_OBJECT(ec))) return;
if (ec->ignored) return;
if (!ec->comp_data->surface) return;
if (e_comp->input_mouse_grabs) return;
if ((!e_comp_wl->drag_client) ||
(!e_client_has_xwindow(e_comp_wl->drag_client)))