From: Changyeon Lee Date: Fri, 4 Oct 2024 04:39:01 +0000 (+0900) Subject: e_hwc_window: Fix the visible window stack is not updated when window is resize X-Git-Tag: accepted/tizen/unified/20241017.114815~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=19891a8ca31c8ac0018aed4a3196f9e7185d5bfd;p=platform%2Fupstream%2Fenlightenment.git e_hwc_window: Fix the visible window stack is not updated when window is resize Change-Id: Ifea05674f3bca9cd4794ceac0f9f3aa1320cd4f2 --- diff --git a/src/bin/displaymgr/e_hwc_window.c b/src/bin/displaymgr/e_hwc_window.c index 5578883557..a9ab6f88d9 100644 --- a/src/bin/displaymgr/e_hwc_window.c +++ b/src/bin/displaymgr/e_hwc_window.c @@ -741,7 +741,7 @@ _e_hwc_window_view_cb_resize(struct wl_listener *listener, void *data) if (hwc_window->hwc_visible) { - if (!e_hwc_window_client_geometry_visible_get(hwc_window)) + if (e_hwc_window_client_geometry_visible_get(hwc_window)) e_hwc_window_changed_set(hwc_window, E_HWC_WINS_CHANGED_WIN_VISIBLE); } else