From 45b92662b15b7dc5e59d351dabcc384972fb6a67 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 50956c4..cd5d075 100644 --- a/src/lib/ecore_wl2/ecore_wl2_window.c +++ b/src/lib/ecore_wl2/ecore_wl2_window.c @@ -1193,9 +1193,6 @@ ecore_wl2_window_hide(Ecore_Wl2_Window *window) window->tz_resource = NULL; // - 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 -- 2.7.4