From: Changyeon Lee Date: Wed, 1 Jul 2020 04:11:54 +0000 (+0900) Subject: fix wrong backend interface name X-Git-Tag: accepted/tizen/unified/20200702.141753 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2Faccepted%2Ftizen%2Funified%2F20200702.141753;p=platform%2Fcore%2Fuifw%2Flibtdm.git fix wrong backend interface name Change-Id: I79c6ddfee3b257236e1f972ddf7350f68c13b447 --- diff --git a/include/tdm.h b/include/tdm.h index 127b7f0..4a9d60d 100644 --- a/include/tdm.h +++ b/include/tdm.h @@ -1089,7 +1089,7 @@ tdm_hwc_get_commit_fence(tdm_hwc *hwc, int *commit_fence); * to an element of windows * @return #TDM_ERROR_NONE if success. Otherwise, error value. */ -EXTERN tdm_error +tdm_error tdm_hwc_get_release_fences(tdm_hwc *hwc, uint32_t *num_elements, tdm_hwc_window **hwc_windows, int *fences); diff --git a/include/tdm_backend.h b/include/tdm_backend.h index afbeb5c..f1f8084 100644 --- a/include/tdm_backend.h +++ b/include/tdm_backend.h @@ -996,8 +996,8 @@ typedef struct _tdm_func_hwc { * to an element of windows * @return #TDM_ERROR_NONE if success. Otherwise, error value. */ - tdm_error (*tdm_hwc_get_release_fences)(tdm_hwc *hwc, uint32_t *num_elements, - tdm_hwc_window **hwc_windows, int *release_fences); + tdm_error (*hwc_get_release_fences)(tdm_hwc *hwc, uint32_t *num_elements, + tdm_hwc_window **hwc_windows, int *release_fences); /** * @brief Set the property which has a given id on the hwc object.