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:
1040770
)
e_hwc_windows_queue: send redraw request when client should render at queue buffer
49/238549/1
accepted/tizen/unified/20200715.115521
submit/tizen/20200715.044126
author
Changyeon Lee
<cyeon.lee@samsung.com>
Thu, 9 Jul 2020 05:42:54 +0000
(14:42 +0900)
committer
Changyeon Lee
<cyeon.lee@samsung.com>
Wed, 15 Jul 2020 02:20:48 +0000
(11:20 +0900)
Change-Id: I3927efb04d295b1461d8ccb50a1e98d8e496927d
src/bin/e_hwc_window_queue.c
patch
|
blob
|
history
diff --git
a/src/bin/e_hwc_window_queue.c
b/src/bin/e_hwc_window_queue.c
index cf0f95352f1410811eb1dda6eed020fdf55dcc88..bd139a73e808632260ce038ba4f36d5801e35799 100644
(file)
--- a/
src/bin/e_hwc_window_queue.c
+++ b/
src/bin/e_hwc_window_queue.c
@@
-911,6
+911,8
@@
_e_hwc_window_queue_prepare_set(E_Hwc_Window_Queue *queue, E_Hwc_Window *hwc_win
queue->state = E_HWC_WINDOW_QUEUE_STATE_SET_WAITING_WAIT_USABLE;
+ e_comp_wl_renderer_client_redraw_request_send(hwc_window->ec);
+
EHWQINF("Set Waiting wait usable user ehw:%p -- {%s}",
hwc_window->ec, queue->hwc, queue, hwc_window,
(hwc_window->ec ? hwc_window->ec->icccm.title : "UNKNOWN"));