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:
987e5c1
)
e_hwc_windows: add client to visible list if it has delay_del_ref
02/204202/9
author
Changyeon Lee
<cyeon.lee@samsung.com>
Mon, 22 Apr 2019 04:24:52 +0000
(13:24 +0900)
committer
Changyeon Lee
<cyeon.lee@samsung.com>
Wed, 24 Apr 2019 06:57:45 +0000
(15:57 +0900)
delay ref of ec is set when ec should be shown at display
even if wl_surface of ec is destroyed.
Change-Id: Ic70876fe1c7de52d7cf27a69e072ea61e0786bb8
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 3a0f6402a3b184ae2f70569478d86fb27ec309c5..035364c0ccde65d04eae18c3956ef0ae94035ed2 100644
(file)
--- a/
src/bin/e_hwc_windows.c
+++ b/
src/bin/e_hwc_windows.c
@@
-1652,7
+1652,7
@@
_e_hwc_windows_visible_windows_list_get(E_Hwc *hwc)
e_hwc_window_name_set(hwc_window);
- if (e_object_is_del(E_OBJECT(ec)))
+ if (e_object_is_del(E_OBJECT(ec))
&& !e_object_delay_del_ref_get(E_OBJECT(ec))
)
{
e_hwc_window_state_set(hwc_window, E_HWC_WINDOW_STATE_NONE, EINA_TRUE);
continue;