From: SooChan Lim Date: Wed, 28 Mar 2018 04:52:55 +0000 (+0900) Subject: change the type of the size X-Git-Tag: accepted/tizen/unified/20180330.060639~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=28e1753134f84610749a441fb36a83a2a906e04b;p=platform%2Fadaptation%2Fsamsung_exynos%2Flibtbm-exynos.git change the type of the size Change-Id: Id85ad2c2daf87e3688c32742310171323294bced --- diff --git a/src/tbm_bufmgr_exynos.c b/src/tbm_bufmgr_exynos.c index 88f674a..0f13316 100644 --- a/src/tbm_bufmgr_exynos.c +++ b/src/tbm_bufmgr_exynos.c @@ -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;