e_hwc_windows: change the accept_changes to the accept_validation 75/194075/1
authorSooChan Lim <sc1.lim@samsung.com>
Thu, 29 Nov 2018 00:47:06 +0000 (09:47 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Thu, 29 Nov 2018 00:47:06 +0000 (09:47 +0900)
Change-Id: I2b3a74722c481d837b9cdd3f035802f315f2ba26

src/bin/e_hwc_windows.c

index 9810812db6dc5da06ac8cba972d501fc3a9cafe2..c6437c8f7fc7eba39f0858a452f1bed4393d2169 100644 (file)
@@ -1341,7 +1341,7 @@ _e_hwc_windows_accept(E_Hwc *hwc)
    const Eina_List *l;
 
    /* 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 validation.");