tbm_module: add tbm_bo_data structure and use it
[platform/core/uifw/libtbm.git] / src / tbm_surface_internal.c
index 90e4758..6e6a492 100644 (file)
@@ -699,7 +699,7 @@ _tbm_surface_internal_create_surface_data(tbm_bufmgr bufmgr, int width, int heig
        struct _tbm_surface *surf = NULL;
        uint32_t size = 0, offset = 0, stride = 0;
        int i, j, bo_idx;
-       tbm_backend_bo_data **bo_data_array = NULL;
+       tbm_bo_data **bo_data_array = NULL;
        int num_bos = 0;
 
        surf = calloc(1, sizeof(struct _tbm_surface));
@@ -806,7 +806,7 @@ _tbm_surface_internal_import_surface_data(tbm_bufmgr bufmgr, int width, int heig
        struct _tbm_surface *surf = NULL;
        uint32_t size = 0, offset = 0, stride = 0;
        int i, j, bo_idx;
-       tbm_backend_bo_data **bo_data_array = NULL;
+       tbm_bo_data **bo_data_array = NULL;
        int num_bos = 0;
        int flags;