projects
/
platform
/
core
/
uifw
/
wayland-tbm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07c8148
)
server: use tbm_bufmgr_server_init in server init
77/263377/1
linux_yocto
author
Changyeon Lee
<cyeon.lee@samsung.com>
Wed, 1 Sep 2021 10:43:05 +0000
(19:43 +0900)
committer
Changyeon Lee
<cyeon.lee@samsung.com>
Wed, 1 Sep 2021 10:43:05 +0000
(19:43 +0900)
Change-Id: I2efb57d2ac68cfaf1e0cefbb4be7c65196488f64
src/wayland-tbm-server.c
patch
|
blob
|
history
diff --git
a/src/wayland-tbm-server.c
b/src/wayland-tbm-server.c
index 81e0503c45b7eb999db66d5b1cc7b920922954f5..4018b09a0a940faec276a4fc9d3346e2eb1b1bd5 100644
(file)
--- a/
src/wayland-tbm-server.c
+++ b/
src/wayland-tbm-server.c
@@
-816,7
+816,7
@@
wayland_tbm_server_init(struct wl_display *display, const char *device_name,
tbm_srv->display = display;
//init bufmgr
- tbm_srv->bufmgr = tbm_bufmgr_
init(-1
);
+ tbm_srv->bufmgr = tbm_bufmgr_
server_init(
);
WL_TBM_GOTO_IF_FAIL(tbm_srv->bufmgr, fail_init_bufmgr);
tbm_srv->wl_tbm_global = wl_global_create(display, &wl_tbm_interface, 1,