correct tbm_bufmgr_internal_alloc_bo_with_format() prototype 29/312529/2
authorMarek Szyprowski <m.szyprowski@samsung.com>
Tue, 11 Jun 2024 07:30:35 +0000 (09:30 +0200)
committerchangyeon lee <cyeon.lee@samsung.com>
Wed, 4 Sep 2024 02:44:40 +0000 (02:44 +0000)
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Change-Id: I7fba8c0bbf6a146d82a0f878a4acb9c4aff473f8

src/tbm_bufmgr_int.h

index bbb27bb..f8e79f7 100644 (file)
@@ -313,7 +313,7 @@ void _tbm_bufmgr_mutex_unlock(void);
 tbm_bo tbm_bufmgr_internal_find_bo(tbm_bufmgr bufmgr, tbm_bo bo);
 
 tbm_bo tbm_bufmgr_internal_alloc_bo(tbm_bufmgr bufmgr, int size, int flags);
-tbm_bo tbm_bufmgr_internal_alloc_bo_with_format(tbm_bufmgr bufmgr, int format, int bo_idx, int width, int bpp, int height, tbm_bo_memory_type flags, tbm_error_e *error);
+tbm_bo tbm_bufmgr_internal_alloc_bo_with_format(tbm_bufmgr bufmgr, int format, int bo_idx, int width, int height, int bpp, tbm_bo_memory_type flags, tbm_error_e *error);
 tbm_bo tbm_bufmgr_internal_alloc_bo_with_bo_data(tbm_bufmgr bufmgr, tbm_bo_data *bo_data, int flags, tbm_error_e *error);
 tbm_bo tbm_bufmgr_internal_import_bo_with_key(tbm_bufmgr bufmgr, tbm_key key);
 tbm_bo tbm_bufmgr_internal_import_bo_with_fd(tbm_bufmgr bufmgr, tbm_fd fd);