e_hwc_windows: fix the wrong parameter 98/190198/2
authorSooChan Lim <sc1.lim@samsung.com>
Fri, 28 Sep 2018 06:00:06 +0000 (15:00 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Mon, 1 Oct 2018 00:52:27 +0000 (00:52 +0000)
Change-Id: If771cf79f3a61bf49b6cba8ad777f1c3c481e435

src/bin/e_hwc_windows.c

index 8568c3285a88a5678471fe81d32fc23373191a67..28c717aea0aff2b1a636d123c868806fff4130c9 100644 (file)
@@ -222,7 +222,7 @@ _e_hwc_windows_aligned_width_get(tbm_surface_h tsurface)
 }
 
 static void
-_e_hwc_windows_commit_handler(tdm_output *toutput, unsigned int sequence,
+_e_hwc_windows_commit_handler(tdm_hwc *thwc, unsigned int sequence,
                                   unsigned int tv_sec, unsigned int tv_usec,
                                   void *user_data)
 {
@@ -1720,7 +1720,7 @@ e_hwc_windows_commit(E_Hwc *hwc)
         if (error != TDM_ERROR_NONE)
           {
              ERR("tdm_output_commit failed.");
-             _e_hwc_windows_commit_handler(output->toutput, 0, 0, 0, hwc);
+             _e_hwc_windows_commit_handler(hwc->thwc, 0, 0, 0, hwc);
              goto fail;
           }