From 00329d6f29e1234793b59f3d9cc3e6dadc78c970 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Fri, 10 Feb 2017 17:23:43 -0500 Subject: [PATCH] force mouse-out on wl clients during delete if mouse.in is set #TheDisappointer --- 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 01af90ff2..7d2311c8b 100644 --- a/src/bin/e_comp_wl.c +++ b/src/bin/e_comp_wl.c @@ -2510,6 +2510,8 @@ _e_comp_wl_client_cb_del(void *data EINA_UNUSED, E_Client *ec) _e_comp_wl_surface_state_finish(&ec->comp_data->pending); E_FREE_FUNC(ec->comp_data->on_focus_timer, ecore_timer_del); + if (ec->mouse.in) + _e_comp_wl_mouse_out(ec); /* The resource destroy callback will walk the state->frames list, * so move the list to a temporary first.