e_hwc_windows: add missing initialization hwc of target window 93/269293/1 accepted/tizen/unified/20220114.130129 submit/tizen/20220112.112528
authorChangyeon Lee <cyeon.lee@samsung.com>
Tue, 11 Jan 2022 06:50:52 +0000 (15:50 +0900)
committerChangyeon Lee <cyeon.lee@samsung.com>
Wed, 12 Jan 2022 11:13:09 +0000 (20:13 +0900)
Change-Id: I07fccc20045fefa608dec0f3cecb2a2812c7122f

src/bin/e_hwc_windows.c

index b096db749e83ca4671669b8cf0873fd48234ad82..1b97bd367332f3690e84042c5078e44930353813 100644 (file)
@@ -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);;