e_hwc_windows: change the tdm_hwc_accept_changes to the tdm_hwc_accept_validation 26/193326/1
authorSooChan Lim <sc1.lim@samsung.com>
Mon, 19 Nov 2018 09:50:26 +0000 (18:50 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Mon, 19 Nov 2018 09:50:26 +0000 (18:50 +0900)
Change-Id: Ifb49b627a0df2add796c96ea2b506957eaaf024e

src/bin/e_hwc_windows.c

index d8d3786..c411bcd 100644 (file)
@@ -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.");