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
This commit is contained in:
Shinwoo Kim 2020-05-26 11:49:07 -04:00 committed by Christopher Michael
parent b1a94e45a7
commit d584696f12
1 changed files with 0 additions and 3 deletions

View File

@ -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