From 833ea3a326a07a0dcf8efddb80f307c9e8063cd0 Mon Sep 17 00:00:00 2001 From: SooChan Lim Date: Tue, 13 Mar 2018 15:15:11 +0900 Subject: [PATCH] type: add tbm_native_display type. Change-Id: I4d589ad7b3752a54ccbf6d560e01e5d12994a363 --- src/tbm_type_int.h | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/tbm_type_int.h b/src/tbm_type_int.h index f711aaf..0b3bd42 100644 --- a/src/tbm_type_int.h +++ b/src/tbm_type_int.h @@ -2,7 +2,7 @@ libtbm -Copyright 2014 Samsung Electronics co., Ltd. All Rights Reserved. +Copyright 2012-2018 Samsung Electronics co., Ltd. All Rights Reserved. Contact: SooChan Lim , Sangjin Lee Inpyo Kang , Dongyeon Kim @@ -56,10 +56,12 @@ typedef struct _tbm_bufmgr *tbm_bufmgr; * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif */ typedef struct _tbm_bo *tbm_bo; + /** * @brief Definition for the key associated with the buffer object * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif */ + typedef uint32_t tbm_key; /** * @brief Definition for the file descripter of the system buffer manager @@ -67,6 +69,13 @@ typedef uint32_t tbm_key; */ typedef int32_t tbm_fd; +/** + * @brief Definition for native display (wl_display in tizen) + * @since_tizen 5.0 + */ +typedef void tbm_native_display; + + /* TBM_DEVICE_TYPE */ /** -- 2.7.4