projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
253ce4f
)
e_comp_screen: use tbm_bufmgr_server_init instead tbm_bufmgr_init
43/171743/1
author
SooChan Lim
<sc1.lim@samsung.com>
Thu, 22 Feb 2018 02:18:04 +0000
(11:18 +0900)
committer
SooChan Lim
<sc1.lim@samsung.com>
Wed, 7 Mar 2018 04:27:23 +0000
(13:27 +0900)
Change-Id: Iad36555c6330d8aebd9623a3c761522bde95aa2c
src/bin/e_comp_screen.c
patch
|
blob
|
history
diff --git
a/src/bin/e_comp_screen.c
b/src/bin/e_comp_screen.c
index e30f9e5e49b4b93737e68f32e06801b082330861..e7f34aa47f85645180956b24edf6beb4b0c936a5 100644
(file)
--- a/
src/bin/e_comp_screen.c
+++ b/
src/bin/e_comp_screen.c
@@
-418,7
+418,7
@@
_e_comp_screen_new(E_Comp *comp)
_e_comp_screen_cb_event, e_comp_screen, NULL, NULL);
/* tdm display init */
- e_comp_screen->bufmgr = tbm_bufmgr_
init(-1
);
+ e_comp_screen->bufmgr = tbm_bufmgr_
server_init(
);
if (!e_comp_screen->bufmgr)
{
ERR("tbm_bufmgr_init failed\n");