discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=b753b1bab4c947c2c88eb5f18f22ccaa56f3040d
commit b753b1bab4c947c2c88eb5f18f22ccaa56f3040d Author: Mike Blumenkrantz <[email protected]> Date: Sat Nov 7 13:12:14 2015 -0500 Revert "force a software render in all cases when finalizing x11 client iconify" This reverts commit 1a87463083fa9e343aa38b4c8824db0c92645b8e. no longer necessary --- 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 a9cf3ed..ce97702 100644 --- a/src/bin/e_comp_object.c +++ b/src/bin/e_comp_object.c @@ -2199,11 +2199,6 @@ _e_comp_smart_hide(Evas_Object *obj) evas_object_focus_set(cw->ec->frame, 0); e_comp_render_queue(); //force nocomp recheck e_comp_shape_queue(); - 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 --
