From: Changyeon Lee Date: Thu, 9 Jul 2020 05:42:54 +0000 (+0900) Subject: e_hwc_windows_queue: send redraw request when client should render at queue buffer X-Git-Tag: submit/tizen/20200715.044126^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8f9a9e74c1deab2c1628f5172f2c40a19f0d9a83;p=platform%2Fupstream%2Fenlightenment.git e_hwc_windows_queue: send redraw request when client should render at queue buffer Change-Id: I3927efb04d295b1461d8ccb50a1e98d8e496927d --- diff --git a/src/bin/e_hwc_window_queue.c b/src/bin/e_hwc_window_queue.c index cf0f95352f..bd139a73e8 100644 --- 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"));