From: SooChan Lim Date: Fri, 28 Sep 2018 05:58:04 +0000 (+0900) Subject: hwc: fix the wrong parameter X-Git-Tag: accepted/tizen/unified/20181005.012412~5 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Flibtdm.git;a=commitdiff_plain;h=b988f674a26105301f39e9a528e47ea61956a895 hwc: fix the wrong parameter Change-Id: I087e2c0e3f5154453c60cd07c8947c74f0fd7db5 --- diff --git a/include/tdm_backend.h b/include/tdm_backend.h index e7d08ee..6c5fd92 100644 --- a/include/tdm_backend.h +++ b/include/tdm_backend.h @@ -847,7 +847,7 @@ typedef struct _tdm_func_hwc { * @param[in] func A user commit handler * @return #TDM_ERROR_NONE if success. Otherwise, error value. */ - tdm_error (*hwc_set_commit_handler)(tdm_output *hwc, tdm_hwc_commit_handler func); + tdm_error (*hwc_set_commit_handler)(tdm_hwc *hwc, tdm_hwc_commit_handler func); } tdm_func_hwc; /**