e_hwc_windows: check the visible evas object at the hwc->evas 04/210604/3
authorSooChan Lim <sc1.lim@samsung.com>
Tue, 23 Jul 2019 02:03:10 +0000 (11:03 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Wed, 24 Jul 2019 05:16:46 +0000 (05:16 +0000)
Change-Id: I98eea0bfdad0f6961c572423a0bd700103105157

src/bin/e_hwc_windows.c

index 89031a0d475a1cda3f1cbb7e26f0f363114454d3..6933966c0f299188ea4d98aac29798d0137ce242 100644 (file)
@@ -1659,7 +1659,7 @@ _e_hwc_windows_visible_windows_list_get(E_Hwc *hwc)
    int x, y, w, h;
    int ui_skip = EINA_FALSE;
 
-   for (o = evas_object_top_get(e_comp->evas); o; o = evas_object_below_get(o))
+   for (o = evas_object_top_get(hwc->evas); o; o = evas_object_below_get(o))
      {
         if (!evas_object_visible_get(o)) continue;