e_mod_effect_rotation: add the window to rotation effect target that under 32bit... 11/254111/1
authorJunseok, Kim <juns.kim@samsung.com>
Tue, 23 Feb 2021 12:16:33 +0000 (21:16 +0900)
committerJunseok, Kim <juns.kim@samsung.com>
Tue, 23 Feb 2021 12:16:33 +0000 (21:16 +0900)
Change-Id: Ifd36559f656358a2827d114f06d7013bc14f5e76
Signed-off-by: Junseok, Kim <juns.kim@samsung.com>
src/e_mod_effect_rotation.c

index 889cb3c..d9ed428 100644 (file)
@@ -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);