From d584696f12c6d93e26923ad1ce45f3129b6162e6 Mon Sep 17 00:00:00 2001 From: Shinwoo Kim Date: Tue, 26 May 2020 11:49:07 -0400 Subject: [PATCH] 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 --- src/lib/ecore_wl2/ecore_wl2_window.c | 3 --- 1 file changed, 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