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:
bd0a8b3
)
e_hwc_windows: set STATE_NONE to not visible hwc_window
89/219189/1
author
Changyeon Lee
<cyeon.lee@samsung.com>
Fri, 29 Nov 2019 07:33:10 +0000
(16:33 +0900)
committer
Changyeon Lee
<cyeon.lee@samsung.com>
Tue, 3 Dec 2019 02:52:30 +0000
(11:52 +0900)
Change-Id: Iab66be8b7f971c42964a8aee40bd010cc7d7ec92
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 b89a4eac0fc76276427ef27473e853f9eccbfbd0..c204cfa674bb781f146969fd9c4d618d97a3a5e2 100644
(file)
--- a/
src/bin/e_hwc_windows.c
+++ b/
src/bin/e_hwc_windows.c
@@
-714,8
+714,6
@@
_e_hwc_windows_visible_windows_list_get(E_Hwc *hwc)
for (o = evas_object_top_get(e_comp->evas); o; o = evas_object_below_get(o))
{
- if (!evas_object_visible_get(o)) continue;
-
ec = _e_hwc_windows_client_get_from_object(o);
if (!ec) continue;