forward input to video window during video playback

This commit is contained in:
FunkyFr3sh 2023-10-16 03:35:09 +02:00
parent 94afdc378b
commit c328ae9550
6 changed files with 27 additions and 0 deletions

View file

@ -84,6 +84,7 @@ DWORD WINAPI gdi_render_main(void)
if (g_config.fixchilds)
{
g_ddraw->child_window_exists = FALSE;
InterlockedExchangePointer(&g_ddraw->video_window_hwnd, NULL);
EnumChildWindows(g_ddraw->hwnd, util_enum_child_proc, (LPARAM)g_ddraw->primary);
}