force mouse-out on wl clients during delete if mouse.in is set

#TheDisappointer
This commit is contained in:
Mike Blumenkrantz 2017-02-10 17:23:43 -05:00
parent 239dad4ec9
commit f74862e9ea
1 changed files with 2 additions and 0 deletions

View File

@ -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.