change the type of the size 85/174085/1
authorSooChan Lim <sc1.lim@samsung.com>
Wed, 28 Mar 2018 04:52:55 +0000 (13:52 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Wed, 28 Mar 2018 04:52:55 +0000 (13:52 +0900)
Change-Id: Id85ad2c2daf87e3688c32742310171323294bced

src/tbm_bufmgr_exynos.c

index 88f674a..0f13316 100644 (file)
@@ -1339,7 +1339,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;