Revert "force a software render in all cases when finalizing x11 client iconify"

This reverts commit 1a87463083.

no longer necessary
This commit is contained in:
Mike Blumenkrantz 2015-11-07 13:12:14 -05:00
parent bf2e36236c
commit b753b1bab4
1 changed files with 0 additions and 5 deletions

View File

@ -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