summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@osg.samsung.com>2017-02-10 17:23:43 -0500
committerMike Blumenkrantz <zmike@osg.samsung.com>2017-02-24 14:47:40 -0500
commitf74862e9ea35121434249ebc9905ec3f072b3b5f (patch)
treea6a00b006f571d413d4d5eb18ce2613000c83b2c
parent239dad4ec990cd220e1d872c430788a4520f6a4f (diff)
downloadenlightenment-f74862e9ea35121434249ebc9905ec3f072b3b5f.tar.gz
force mouse-out on wl clients during delete if mouse.in is set
#TheDisappointer
-rw-r--r--src/bin/e_comp_wl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c
index e5467e69b5..0df1bdbce0 100644
--- a/src/bin/e_comp_wl.c
+++ b/src/bin/e_comp_wl.c
@@ -2454,6 +2454,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.