change the type of the size 87/174087/1
authorSooChan Lim <sc1.lim@samsung.com>
Wed, 28 Mar 2018 04:53:53 +0000 (13:53 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Wed, 28 Mar 2018 04:53:53 +0000 (13:53 +0900)
Change-Id: I53bfc1c5d979ff35c365cea65f275141f406c327

src/tbm_bufmgr_exynos.c

index 60b4d5ed3e4cc88020fc28da97351a5b02c9ef74..2445ac9f0ef0dd5cb416ecd90167e004e4b2695e 100644 (file)
@@ -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;