From: Changyeon Lee Date: Tue, 11 Jan 2022 06:50:52 +0000 (+0900) Subject: e_hwc_windows: add missing initialization hwc of target window X-Git-Tag: submit/tizen/20220112.112528^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=63a72c210becfe78fec3a3b93048bcbb304b511a;p=platform%2Fupstream%2Fenlightenment.git e_hwc_windows: add missing initialization hwc of target window Change-Id: I07fccc20045fefa608dec0f3cecb2a2812c7122f --- diff --git a/src/bin/e_hwc_windows.c b/src/bin/e_hwc_windows.c index b096db749e..1b97bd3673 100644 --- a/src/bin/e_hwc_windows.c +++ b/src/bin/e_hwc_windows.c @@ -1813,6 +1813,7 @@ _e_hwc_windows_target_window_new_with_no_ee(E_Hwc *hwc) ((E_Hwc_Window *)target_hwc_window)->accepted_state = E_HWC_WINDOW_STATE_DEVICE; ((E_Hwc_Window *)target_hwc_window)->hwc = hwc; + target_hwc_window->hwc = hwc; target_hwc_window->ee = NULL; target_hwc_window->evas = NULL; target_hwc_window->event_fd = eventfd(0, EFD_NONBLOCK);;