From: Mike Blumenkrantz Date: Fri, 26 Jul 2013 15:11:49 +0000 (+0100) Subject: ensure that comp win's shape is shown when showing windows during comp win update... X-Git-Tag: submit/efl/20131021.015651~222 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=37af5383919846aacb44de83eaa0d3a9bb687ca4;p=platform%2Fupstream%2Fenlightenment.git ensure that comp win's shape is shown when showing windows during comp win update nightmare --- diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c index 0aa26ed..1f71303 100644 --- a/src/bin/e_comp.c +++ b/src/bin/e_comp.c @@ -876,6 +876,11 @@ _e_comp_win_update(E_Comp_Win *cw) _e_comp_event_source_visibility(cw); cw->show_anim = EINA_TRUE; } + if (cw->shape) + { + cw->shape->visible = 0; + e_container_shape_show(cw->shape); + } } } if (cw->geom_update) _e_comp_win_geometry_update(cw);