discomfitor pushed a commit to branch enlightenment-0.20.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=d6e31b30fe894819b733468829664c4a044e9bd9

commit d6e31b30fe894819b733468829664c4a044e9bd9
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Thu Mar 17 14:09:08 2016 -0400

    hide wl clients before deleting them when surface is destroyed
    
    clients without hide animations will fail to run cleanup operations during
    hide if they are not marked as deleted
---
 src/bin/e_comp_wl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c
index 387206e..61883b0 100644
--- a/src/bin/e_comp_wl.c
+++ b/src/bin/e_comp_wl.c
@@ -1438,8 +1438,8 @@ _e_comp_wl_surface_destroy(struct wl_resource *resource)
 
    if (!(ec = wl_resource_get_user_data(resource))) return;
 
-   evas_object_hide(ec->frame);
    e_object_del(E_OBJECT(ec));
+   evas_object_hide(ec->frame);
 }
 
 static void

-- 


Reply via email to