discomfitor pushed a commit to branch enlightenment-0.21. http://git.enlightenment.org/core/enlightenment.git/commit/?id=8bfbf90d139ae1716bf0a2ae5b5b02554be7d303
commit 8bfbf90d139ae1716bf0a2ae5b5b02554be7d303 Author: Mike Blumenkrantz <[email protected]> Date: Fri Mar 17 13:17:02 2017 -0400 Revert "Stop sending wayland motion events when the mouse is grabbed" This reverts commit 0a91a24573b310ba63eabef639b2aad1b95c74f3. this should be resolved in a more readable way now --- src/bin/e_comp_wl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c index a2f2deb..46ebaf6 100644 --- a/src/bin/e_comp_wl.c +++ b/src/bin/e_comp_wl.c @@ -373,7 +373,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))) --
