e_hwc_window: Fix the visible window stack is not updated when window is resize 75/318675/1
authorChangyeon Lee <cyeon.lee@samsung.com>
Fri, 4 Oct 2024 04:39:01 +0000 (13:39 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Mon, 7 Oct 2024 02:43:33 +0000 (11:43 +0900)
Change-Id: Ifea05674f3bca9cd4794ceac0f9f3aa1320cd4f2

src/bin/displaymgr/e_hwc_window.c

index 5578883..a9ab6f8 100644 (file)
@@ -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