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:
b6c0e75
)
e_hwc_windows: check visible of image object before obscured_by_target is set
24/247224/2
accepted/tizen/6.0/unified/20201111.064846
accepted/tizen/unified/20201110.125035
submit/tizen/20201109.083635
submit/tizen_6.0/20201110.082943
author
Changyeon Lee
<cyeon.lee@samsung.com>
Mon, 9 Nov 2020 07:02:47 +0000
(16:02 +0900)
committer
SooChan Lim
<sc1.lim@samsung.com>
Mon, 9 Nov 2020 07:44:33 +0000
(07:44 +0000)
Change-Id: Ib06752c9ec9ca8e8332c610d2dce1c45b283349a
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 e60bbeaf68f160bf5f9a41872724a6affb582abe..cf441c86d4c35357428f3055379e41c06a38a9ec 100644
(file)
--- a/
src/bin/e_hwc_windows.c
+++ b/
src/bin/e_hwc_windows.c
@@
-817,6
+817,7
@@
_e_hwc_windows_visible_windows_list_get(E_Hwc *hwc)
if (!ec)
{
if (obscured_by_target) continue;
+ if (!evas_object_visible_get(o)) continue;
type = evas_object_type_get(o);
if (!e_util_strcmp(type, "image"))