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:
a7cb811
)
e_hwc_windows: get effect_client only when object is visible
61/219361/1
author
Changyeon Lee
<cyeon.lee@samsung.com>
Wed, 4 Dec 2019 11:06:32 +0000
(20:06 +0900)
committer
Changyeon Lee
<cyeon.lee@samsung.com>
Wed, 4 Dec 2019 11:28:59 +0000
(20:28 +0900)
Change-Id: I344bdb57ed91c9594b54df38752904bcc8e71ec6
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 e0770ecb0d5f4c581f2471c2c21d7a2b6c0364f5..9af63387adb173f235a24d07b2ef372ef86e66c0 100644
(file)
--- a/
src/bin/e_hwc_windows.c
+++ b/
src/bin/e_hwc_windows.c
@@
-589,7
+589,7
@@
_e_hwc_windows_client_get_from_object(Evas_Object *o)
eina_list_free(stack);
- if (!
ec
)
+ if (!
(ec) && (evas_object_visible_get(o))
)
ec = evas_object_data_get(o, "effect_client");
return ec;