From: Junseok, Kim Date: Tue, 23 Feb 2021 12:16:33 +0000 (+0900) Subject: e_mod_effect_rotation: add the window to rotation effect target that under 32bit... X-Git-Tag: submit/tizen/20210330.233813~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F11%2F254111%2F1;p=platform%2Fcore%2Fuifw%2Fe-mod-tizen-effect.git e_mod_effect_rotation: add the window to rotation effect target that under 32bit opaque window Change-Id: Ifd36559f656358a2827d114f06d7013bc14f5e76 Signed-off-by: Junseok, Kim --- diff --git a/src/e_mod_effect_rotation.c b/src/e_mod_effect_rotation.c index 889cb3c..d9ed428 100644 --- a/src/e_mod_effect_rotation.c +++ b/src/e_mod_effect_rotation.c @@ -211,14 +211,7 @@ _rotation_effect_targets_get(Rotation_Effect *effect, E_Desk *desk) l = eina_list_append(l, o); - if ((ec) && (ec->argb)) - { - if (ec->visibility.opaque <= 0) continue; - else - { - if (ec->parent) continue; - } - } + if ((ec) && (ec->argb)) continue; EINA_RECTANGLE_SET(&r, x, y, w + edge, h + edge); eina_tiler_rect_del(t, &r);