summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSooChan Lim <sc1.lim@samsung.com>2018-03-28 13:53:53 +0900
committerSooChan Lim <sc1.lim@samsung.com>2018-03-28 13:53:53 +0900
commit40d5950263f987c5280603853f48b05f36ce69cd (patch)
tree401a5e650a88b1c8313b6b78b9fc063d05727984
parent8805d5cf012972799116c7804719e8d556f80e02 (diff)
downloadlibtbm-exynos-tgm-40d5950263f987c5280603853f48b05f36ce69cd.tar.gz
libtbm-exynos-tgm-40d5950263f987c5280603853f48b05f36ce69cd.tar.bz2
libtbm-exynos-tgm-40d5950263f987c5280603853f48b05f36ce69cd.zip
change the type of the size
Change-Id: I53bfc1c5d979ff35c365cea65f275141f406c327
-rw-r--r--src/tbm_bufmgr_exynos.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tbm_bufmgr_exynos.c b/src/tbm_bufmgr_exynos.c
index 60b4d5e..2445ac9 100644
--- a/src/tbm_bufmgr_exynos.c
+++ b/src/tbm_bufmgr_exynos.c
@@ -1317,7 +1317,8 @@ tbm_exynos_bufmgr_get_plane_data(tbm_backend_bufmgr_data *bufmgr_data,
}
static tbm_backend_bo_data *
-tbm_exynos_bufmgr_alloc_bo(tbm_backend_bufmgr_data *bufmgr_data, int size, tbm_bo_memory_type flags, tbm_error_e *error)
+tbm_exynos_bufmgr_alloc_bo(tbm_backend_bufmgr_data *bufmgr_data, unsigned int size,
+ tbm_bo_memory_type flags, tbm_error_e *error)
{
tbm_bufmgr_exynos bufmgr_exynos = (tbm_bufmgr_exynos)bufmgr_data;
tbm_bo_exynos bo_exynos;