bufmgr: add the comment at tbm_bufmgr_bind_native_display 71/170771/5
authorSooChan Lim <sc1.lim@samsung.com>
Wed, 21 Feb 2018 08:33:12 +0000 (17:33 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Thu, 22 Feb 2018 07:44:45 +0000 (07:44 +0000)
Change-Id: I036633dee0808c9d4a3a93e6f0f4e62872b2ff7c

src/tbm_bufmgr.h

index a7d276a..a809e20 100644 (file)
@@ -1022,6 +1022,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
  * @param[in] bufmgr : the buffer manager
@@ -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