From: SooChan Lim Date: Tue, 23 Jul 2019 02:03:10 +0000 (+0900) Subject: e_hwc_windows: check the visible evas object at the hwc->evas X-Git-Tag: submit/tizen/20190725.044739~26 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2f45cb5ff8e4428b5f3334a92c74eaf70b28bf90;p=platform%2Fupstream%2Fenlightenment.git e_hwc_windows: check the visible evas object at the hwc->evas Change-Id: I98eea0bfdad0f6961c572423a0bd700103105157 --- diff --git a/src/bin/e_hwc_windows.c b/src/bin/e_hwc_windows.c index 89031a0d47..6933966c0f 100644 --- a/src/bin/e_hwc_windows.c +++ b/src/bin/e_hwc_windows.c @@ -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;