discomfitor pushed a commit to branch enlightenment-0.19.

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

commit 755073b5fcbb14101711a38c0d76d71973971a7f
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Mon Nov 9 14:25:45 2015 -0500

    Revert "force a software render in all cases when finalizing x11 client 
iconify"
    
    This reverts commit 280e7e959dc2df094122344925132ae189a7a242.
---
 src/bin/e_comp_object.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c
index 754f139..0f48df9 100644
--- a/src/bin/e_comp_object.c
+++ b/src/bin/e_comp_object.c
@@ -2004,11 +2004,6 @@ _e_comp_smart_hide(Evas_Object *obj)
      evas_object_focus_set(cw->ec->frame, 0);
    e_comp_render_queue(cw->comp); //force nocomp recheck
    e_comp_shape_queue(cw->comp);
-   if ((!cw->ec->iconic) || (!e_pixmap_is_x(cw->ec->pixmap)) || (!cw->native)) 
return;
-   e_comp_object_native_surface_set(obj, 0);
-   e_comp_object_damage(obj, 0, 0, cw->w, cw->h);
-   e_comp_object_dirty(obj);
-   e_comp_object_render(obj);
 }
 
 static void

-- 


Reply via email to