From: SooChan Lim Date: Mon, 19 Nov 2018 09:50:26 +0000 (+0900) Subject: e_hwc_windows: change the tdm_hwc_accept_changes to the tdm_hwc_accept_validation X-Git-Tag: accepted/tizen/5.0/unified/20181120.061311~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F26%2F193326%2F1;p=platform%2Fupstream%2Fenlightenment.git e_hwc_windows: change the tdm_hwc_accept_changes to the tdm_hwc_accept_validation Change-Id: Ifb49b627a0df2add796c96ea2b506957eaaf024e --- diff --git a/src/bin/e_hwc_windows.c b/src/bin/e_hwc_windows.c index d8d3786..c411bcd 100644 --- a/src/bin/e_hwc_windows.c +++ b/src/bin/e_hwc_windows.c @@ -950,7 +950,7 @@ _e_hwc_windows_accept(E_Hwc *hwc) EHWSTRACE("HWC Accept", NULL); /* accept changes */ - terror = tdm_hwc_accept_changes(hwc->thwc); + terror = tdm_hwc_accept_validation(hwc->thwc); if (terror != TDM_ERROR_NONE) { ERR("HWC-WINS: failed to accept changes.");