hwc: fix the wrong parameter 92/190192/1
authorSooChan Lim <sc1.lim@samsung.com>
Fri, 28 Sep 2018 05:58:04 +0000 (14:58 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Fri, 28 Sep 2018 05:58:04 +0000 (14:58 +0900)
Change-Id: I087e2c0e3f5154453c60cd07c8947c74f0fd7db5

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;
 
 /**