From: Changyeon Lee Date: Wed, 11 Oct 2023 11:06:56 +0000 (+0900) Subject: Revert "e_hwc_windows: do not skip animating window in visible list" X-Git-Tag: accepted/tizen/unified/20231018.120810~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F04%2F299904%2F1;p=platform%2Fupstream%2Fenlightenment.git Revert "e_hwc_windows: do not skip animating window in visible list" 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 --- diff --git a/src/bin/e_hwc_windows.c b/src/bin/e_hwc_windows.c index b0814ee824..e24447de82 100644 --- a/src/bin/e_hwc_windows.c +++ b/src/bin/e_hwc_windows.c @@ -1097,18 +1097,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) @@ -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))