hide wl clients on surface delete

surface callbacks may not trigger xdg/shell unmap callbacks before this is called, so this ensures a hide animation
This commit is contained in:
Mike Blumenkrantz 2015-02-02 13:39:32 -05:00
parent bbb04ecb32
commit 66e4c59764
1 changed files with 1 additions and 0 deletions

View File

@ -1147,6 +1147,7 @@ _e_comp_wl_surface_destroy(struct wl_resource *resource)
if (!ec) return;
evas_object_hide(ec->frame);
e_object_del(E_OBJECT(ec));
}