From: MinJeong Kim Date: Tue, 5 Jul 2016 05:25:20 +0000 (+0900) Subject: rotation: fixed for alpha windows X-Git-Tag: submit/tizen/20160705.054920~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F00%2F78300%2F1;p=platform%2Fcore%2Fuifw%2Fe-mod-tizen-effect.git rotation: fixed for alpha windows Change-Id: I44600c7b61e2a5403008afdacfd924a5b63c917d Signed-off-by: MinJeong Kim --- diff --git a/src/e_mod_effect_rotation.c b/src/e_mod_effect_rotation.c index 0fca629..8a127e8 100644 --- a/src/e_mod_effect_rotation.c +++ b/src/e_mod_effect_rotation.c @@ -151,11 +151,14 @@ _rotation_effect_targets_get(Rotation_Effect *effect) } } + l = eina_list_append(l, o); + + if ((ec) && (ec->argb) && (ec->visibility.opaque <= 0)) + continue; + EINA_RECTANGLE_SET(&r, x, y, w + edge, h + edge); eina_tiler_rect_del(t, &r); - l = eina_list_append(l, o); - if (eina_tiler_empty(t)) break; }