fix hanging window under Windows 7 with threaded video

This commit is contained in:
LazyBumHorse 2019-07-17 23:27:43 +02:00
parent 801b0742d8
commit 208d23b39d

View File

@ -1140,6 +1140,8 @@ void win32_check_window(bool *quit, bool *resize,
unsigned *width, unsigned *height)
{
#if !defined(_XBOX)
if (video_driver_is_threaded())
ui_companion_win32.application->process_events();
*quit = g_win32_quit;
if (g_win32_resized)