projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fca0b0b
)
e_hwc_windows: check the visible evas object at the hwc->evas
04/210604/3
author
SooChan Lim
<sc1.lim@samsung.com>
Tue, 23 Jul 2019 02:03:10 +0000
(11:03 +0900)
committer
SooChan 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
patch
|
blob
|
history
diff --git
a/src/bin/e_hwc_windows.c
b/src/bin/e_hwc_windows.c
index 89031a0d475a1cda3f1cbb7e26f0f363114454d3..6933966c0f299188ea4d98aac29798d0137ce242 100644
(file)
--- 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;