send wl pointer leave for deleted clients if viable

This commit is contained in:
Mike Blumenkrantz 2017-10-26 13:18:08 -04:00
parent bbb3ec1fc5
commit 3d701839b6
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ _e_comp_wl_mouse_out(E_Client *ec)
}
if (e_comp_wl->ptr.ec == ec)
e_comp_wl->ptr.ec = NULL;
if (e_object_is_del(E_OBJECT(ec))) return;
if (!ec->comp_data) return;
if (!ec->comp_data->surface) return;
if (e_comp_wl->drag)