From 37cb3d573c5a73399b3097860401559149da6391 Mon Sep 17 00:00:00 2001 From: Junkyeong Kim Date: Fri, 6 Mar 2020 13:08:52 +0900 Subject: [PATCH] e_hwc_windows: change external pp commit handler name Change-Id: I2d94540a5a9d79950fc7b2f2ce8f2e3952fa7562 Signed-off-by: Junkyeong Kim --- src/bin/e_hwc_windows.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/bin/e_hwc_windows.c b/src/bin/e_hwc_windows.c index efd2c03dc1..b6aa2d6ad4 100644 --- a/src/bin/e_hwc_windows.c +++ b/src/bin/e_hwc_windows.c @@ -3041,7 +3041,7 @@ _e_hwc_windows_ext_pp_output_commit(E_Hwc *hwc, tbm_surface_h tsurface, E_Output } static void -_e_hwc_window_pp_handler(E_Hwc *hwc, tbm_surface_h src, tbm_surface_h dst, void *user_data) +_e_hwc_windows_external_pp_handler(E_Hwc *hwc, tbm_surface_h src, tbm_surface_h dst, void *user_data) { E_Hwc_Window_Target *target_hwc_window; E_Hwc_Window_Queue *queue; @@ -3270,7 +3270,8 @@ _e_hwc_windows_external_pp_commit(E_Hwc *hwc, E_Output_Display_Mode display_mode hwc->pp_set_info = EINA_TRUE; } - if (!_e_hwc_windows_pp_set(hwc, src, dst, &src_rect, &dst_rect, _e_hwc_window_pp_handler, queue_buffer, display_mode)) + if (!_e_hwc_windows_pp_set(hwc, src, dst, &src_rect, &dst_rect, + _e_hwc_windows_external_pp_handler, queue_buffer, display_mode)) { e_hwc_window_queue_buffer_release(queue, queue_buffer); return EINA_FALSE; -- 2.34.1