projects
/
platform
/
core
/
uifw
/
libtbm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d808942
)
tbm_bo: remove the priv at tbm_bo structure
12/260312/1
author
SooChan Lim
<sc1.lim@samsung.com>
Tue, 22 Jun 2021 07:03:37 +0000
(16:03 +0900)
committer
SooChan Lim
<sc1.lim@samsung.com>
Wed, 23 Jun 2021 07:13:40 +0000
(16:13 +0900)
Change-Id: I190924c2f30fece7e2bab6a559df7aeef58a2257
src/tbm_bufmgr_int.h
patch
|
blob
|
history
diff --git
a/src/tbm_bufmgr_int.h
b/src/tbm_bufmgr_int.h
index
1a035cf
..
7e64f30
100644
(file)
--- a/
src/tbm_bufmgr_int.h
+++ b/
src/tbm_bufmgr_int.h
@@
-182,7
+182,6
@@
struct _tbm_bo {
int ref_cnt; /* ref count of bo */
int flags; /* TBM_BO_FLAGS :bo memory type */
struct list_head user_data_list; /* list of the user_date in bo */
- void *priv; /* bo private (will be DEPRECATED) */
struct list_head item_link; /* link of bo */
tbm_surface_h surface; /* tbm_surface */
int lock_cnt; /* lock count of bo */