fix wrong backend interface name 04/237504/1 accepted/tizen/unified/20200702.141753 submit/tizen/20200701.053215
authorChangyeon Lee <cyeon.lee@samsung.com>
Wed, 1 Jul 2020 04:11:54 +0000 (13:11 +0900)
committerChangyeon Lee <cyeon.lee@samsung.com>
Wed, 1 Jul 2020 04:11:54 +0000 (13:11 +0900)
Change-Id: I79c6ddfee3b257236e1f972ddf7350f68c13b447

include/tdm.h
include/tdm_backend.h

index 127b7f0..4a9d60d 100644 (file)
@@ -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);
 
index afbeb5c..f1f8084 100644 (file)
@@ -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.