From 6a26d9bff0326b0eedd6496890f152359fcbb008 Mon Sep 17 00:00:00 2001 From: SooChan Lim Date: Wed, 21 Feb 2018 17:33:12 +0900 Subject: [PATCH] bufmgr: add the comment at tbm_bufmgr_bind_native_display Change-Id: I036633dee0808c9d4a3a93e6f0f4e62872b2ff7c --- src/tbm_bufmgr.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/tbm_bufmgr.h b/src/tbm_bufmgr.h index a7d276a..a809e20 100644 --- a/src/tbm_bufmgr.h +++ b/src/tbm_bufmgr.h @@ -1021,6 +1021,14 @@ unsigned int tbm_bufmgr_get_capability(tbm_bufmgr bufmgr); */ int tbm_bo_get_flags(tbm_bo bo); +/** + * @brief bind the native_display. + * @since_tizen 3.0 + * @param[in] bufmgr : the buffer manager + * @param[in] NativeDisplay : the native_display + */ +int tbm_bufmgr_bind_native_display(tbm_bufmgr bufmgr, void *NativeDisplay); + /** * @brief Print out the information of tbm_bos. * @since_tizen 3.0 @@ -1087,8 +1095,6 @@ void tbm_bufmgr_debug_dump_set_scale(double scale); */ int tbm_bufmgr_debug_get_ref_count(void); -int tbm_bufmgr_bind_native_display(tbm_bufmgr bufmgr, void *NativeDisplay); - #ifdef __cplusplus } #endif -- 2.34.1