summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShinwoo Kim <cinoo.kim@samsung.com>2020-05-26 11:49:07 -0400
committerChristopher Michael <devilhorns@comcast.net>2020-05-26 11:49:07 -0400
commitd584696f12c6d93e26923ad1ce45f3129b6162e6 (patch)
tree5546d1ce9803d1bf455331809406219212c3bce8
parentb1a94e45a7035dfa4b7958149f26524221ef9dca (diff)
downloadefl-d584696f12c6d93e26923ad1ce45f3129b6162e6.tar.gz
ecore_wl2_window: do not unmap subsurface in hide
Summary: If window_hide should unmap subsurface, then window_show should re-map the unmapeed subsurface. I have no idea why window_hide unmap all subsurfs. Reviewers: zmike, devilhorns Reviewed By: zmike, devilhorns Subscribers: devilhorns, cedric, #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D11869
-rw-r--r--src/lib/ecore_wl2/ecore_wl2_window.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/ecore_wl2/ecore_wl2_window.c b/src/lib/ecore_wl2/ecore_wl2_window.c
index f596a7a9de..3ca227abbc 100644
--- a/src/lib/ecore_wl2/ecore_wl2_window.c
+++ b/src/lib/ecore_wl2/ecore_wl2_window.c
@@ -635,9 +635,6 @@ ecore_wl2_window_hide(Ecore_Wl2_Window *window)
_ecore_wl2_window_hide_send(window);
- EINA_INLIST_FOREACH_SAFE(window->subsurfs, tmp, subsurf)
- _ecore_wl2_subsurf_unmap(subsurf);
-
if (window->commit_pending)
{
/* We've probably been hidden while an animator