tbm_bo: add get_from_hal_surface flag at tbm_bo
[platform/core/uifw/libtbm.git] / src / tbm_bufmgr_int.h
index 0eb5f79..4b6644e 100644 (file)
@@ -186,7 +186,7 @@ struct _tbm_bo {
        unsigned int map_cnt;            /* device map count */
 
        tbm_backend_bo_data *bo_data;    /* bo data of the backend module */
-       int allocated_hal_tbm_bo;        /* this bo is by calling hal_tbm_bo_alloc */
+       int get_from_hal_surface;        /* bo_data has be detroyed by hal backend */
 };
 
 /**