From cbd94ac31ab0d4a83f7c578c6ba602785d4a6cd1 Mon Sep 17 00:00:00 2001 From: Seunghun Lee Date: Wed, 25 Mar 2020 13:59:53 +0900 Subject: [PATCH] e_comp_wl_subsurface: has_data flag has to be reset after commit from cache. Change-Id: Iddab0e0e3111d28b325df3c84a63d1046e49bbe0 --- src/bin/e_comp_wl_subsurface.c | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.34.1