Revert "e_hwc_windows: do not skip animating window in visible list" 04/299904/1
authorChangyeon Lee <cyeon.lee@samsung.com>
Wed, 11 Oct 2023 11:06:56 +0000 (20:06 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Thu, 12 Oct 2023 02:06:50 +0000 (11:06 +0900)
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 b0814ee..e24447d 100644 (file)
@@ -1098,18 +1098,6 @@ _e_hwc_windows_client_get_from_object(Evas_Object *o, Eina_Bool *effect_client)
 }
 
 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)
 {
@@ -1244,7 +1232,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))