change the type of the size 91/174091/1
authorSooChan Lim <sc1.lim@samsung.com>
Wed, 28 Mar 2018 04:56:20 +0000 (13:56 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Wed, 28 Mar 2018 04:56:20 +0000 (13:56 +0900)
Change-Id: I153d16846e2ec57fc1413eda45bc5cfbfa18325c

src/tbm_bufmgr_nexell.c

index 1a01128dce8a3f4b375322bccea8f994d7e9e240..3bfa0086181b7caaa1fdacf87ce509b7c0712d58 100644 (file)
@@ -1171,7 +1171,8 @@ tbm_nexell_bufmgr_get_plane_data(tbm_backend_bufmgr_data *bufmgr_data,
 }
 
 static tbm_backend_bo_data *
-tbm_nexell_bufmgr_alloc_bo(tbm_backend_bufmgr_data *bufmgr_data, int size, tbm_bo_memory_type flags, tbm_error_e *error)
+tbm_nexell_bufmgr_alloc_bo(tbm_backend_bufmgr_data *bufmgr_data, unsigned int size,
+                                       tbm_bo_memory_type flags, tbm_error_e *error)
 {
        tbm_bufmgr_nexell bufmgr_nexell = (tbm_bufmgr_nexell)bufmgr_data;
        tbm_bo_nexell bo_nexell;