From: Seunghun Lee Date: Wed, 25 Mar 2020 04:59:53 +0000 (+0900) Subject: e_comp_wl_subsurface: has_data flag has to be reset after commit from cache. X-Git-Tag: submit/tizen/20200330.060727~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F25%2F228725%2F3;p=platform%2Fupstream%2Fenlightenment.git e_comp_wl_subsurface: has_data flag has to be reset after commit from cache. Change-Id: Iddab0e0e3111d28b325df3c84a63d1046e49bbe0 --- diff --git a/src/bin/e_comp_wl_subsurface.c b/src/bin/e_comp_wl_subsurface.c index 57ee2cc85b..1cd53e8563 100644 --- a/src/bin/e_comp_wl_subsurface.c +++ b/src/bin/e_comp_wl_subsurface.c @@ -421,6 +421,8 @@ _e_comp_wl_subsurface_commit_from_cache(E_Client *ec) _e_comp_wl_subsurface_restack(topmost); _e_comp_wl_subsurface_restack_bg_rectangle(topmost); } + + sdata->cached.has_data = EINA_FALSE; } static void