tbm_bo: add get_from_hal_surface flag at tbm_bo
[platform/core/uifw/libtbm.git] / src / tbm_bufmgr_int.h
index b6c97c7..4b6644e 100644 (file)
@@ -186,6 +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 get_from_hal_surface;        /* bo_data has be detroyed by hal backend */
 };
 
 /**