hwc: fix the wrong parameter
[platform/core/uifw/libtdm.git] / include / tdm_backend.h
index e7d08ee..6c5fd92 100644 (file)
@@ -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;
 
 /**