projects
/
platform
/
core
/
uifw
/
libpui.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20fc0f6
)
PUI: increase tbm_surface_queue size (2->3)
81/220681/1
author
Sung-Jin Park
<sj76.park@samsung.com>
Tue, 3 Sep 2019 02:37:09 +0000
(11:37 +0900)
committer
Sung-Jin Park
<sj76.park@samsung.com>
Fri, 20 Dec 2019 07:23:42 +0000
(16:23 +0900)
Change-Id: I25c0868a4f71ac3b7f6e5bb52d3a930b7136e069
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
src/PUI.c
patch
|
blob
|
history
diff --git
a/src/PUI.c
b/src/PUI.c
index
d6ebd31
..
ac47204
100644
(file)
--- a/
src/PUI.c
+++ b/
src/PUI.c
@@
-111,7
+111,7
@@
pui_create(Ecore_Wl2_Window *win)
handle->tbm_queue = wayland_tbm_client_create_surface_queue(handle->wl_tbm_client,
ecore_wl2_window_surface_get(handle->win),
-
2
, 100, 100, TBM_FORMAT_ABGR8888);
+
3
, 100, 100, TBM_FORMAT_ABGR8888);
if (!handle->tbm_queue)
{