From: SooChan Lim Date: Wed, 25 Sep 2019 01:48:09 +0000 (+0900) Subject: e_hwc_windows: set the buffer to the tdm when it is the pp_set X-Git-Tag: submit/tizen/20190925.040059~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=27ae574f7d7bd81922cb15bb49ec8b9db4ddc8cf;p=platform%2Fupstream%2Fenlightenment.git e_hwc_windows: set the buffer to the tdm when it is the pp_set Change-Id: I979b22578760289cccbf8e4c219aa83764f3f0ed --- diff --git a/src/bin/e_hwc_windows.c b/src/bin/e_hwc_windows.c index 9294a21dc6..2290ba4cb0 100644 --- a/src/bin/e_hwc_windows.c +++ b/src/bin/e_hwc_windows.c @@ -2209,7 +2209,7 @@ _e_hwc_windows_changes_update(E_Hwc *hwc) /* fetch the window buffer */ if (hwc->pp_set) - ret = e_hwc_window_buffer_fetch(hwc_window, EINA_FALSE); + ret = e_hwc_window_buffer_fetch(hwc_window, EINA_TRUE); else ret = e_hwc_window_buffer_fetch(hwc_window, EINA_TRUE); if (ret)