Revert "e_hwc_windows: do not skip animating window in visible list" 05/299905/1 accepted/tizen/7.0/unified/20231013.015725
authorChangyeon Lee <cyeon.lee@samsung.com>
Wed, 11 Oct 2023 11:06:56 +0000 (20:06 +0900)
committerchangyeon lee <cyeon.lee@samsung.com>
Thu, 12 Oct 2023 02:10:37 +0000 (02:10 +0000)
This reverts commit aff40cbe7a5f5f6d91b5052837d6a3ac41d18859.

this commit is not needed anymore

bug is fixed with commit 0eb394584

"e_hwc_windows: fix the problem that window located under 24 depth
 window is visible"

Change-Id: Id96c7450cf9232692017434687a1c70f8aea9cf9

src/bin/e_hwc_windows.c

index a9dfedc69fedbebb6f6de9a7d52eac63cfe3cd2f..a1395014eb302d45963dcb3f12dbb28eed6355b0 100644 (file)
@@ -1074,18 +1074,6 @@ _e_hwc_windows_client_get_from_object(Evas_Object *o, Eina_Bool *effect_client)
    return ec;
 }
 
-static Eina_Bool
-_e_hwc_window_client_animating_get(E_Client *ec)
-{
-   if (e_comp_object_is_animating(ec->frame))
-     return EINA_TRUE;
-
-   if (evas_object_data_get(ec->frame, "effect_running"))
-     return EINA_TRUE;
-
-   return EINA_FALSE;
-}
-
 static Eina_Bool
 _e_hwc_windows_client_fully_mask_get(E_Client *ec, int x, int y, int w, int h,
                                      int ee_w, int ee_h)
@@ -1219,7 +1207,7 @@ _e_hwc_windows_visible_windows_list_get(E_Hwc *hwc)
           }
         else
           {
-             if ((ui_skip) && (!_e_hwc_window_client_animating_get(ec)))
+             if (ui_skip)
                {
                  /* check parent of subsurface is bottom ec */
                  if ((ec->comp_data) && (ec->comp_data->sub.data))