From b988f674a26105301f39e9a528e47ea61956a895 Mon Sep 17 00:00:00 2001 From: SooChan Lim Date: Fri, 28 Sep 2018 14:58:04 +0900 Subject: [PATCH] hwc: fix the wrong parameter Change-Id: I087e2c0e3f5154453c60cd07c8947c74f0fd7db5 --- include/tdm_backend.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; /** -- 2.7.4