diff options
Diffstat (limited to 'video')
-rw-r--r-- | video/out/w32_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/w32_common.c b/video/out/w32_common.c index 0a825900a4..fedd03965c 100644 --- a/video/out/w32_common.c +++ b/video/out/w32_common.c @@ -1168,7 +1168,7 @@ static void resize_child_win(HWND parent) if (EqualRect(&rm, &rp)) return; SetWindowPos(child, NULL, 0, 0, rp.right, rp.bottom, SWP_ASYNCWINDOWPOS | - SWP_NOACTIVATE | SWP_NOZORDER | SWP_NOOWNERZORDER); + SWP_NOACTIVATE | SWP_NOZORDER | SWP_NOOWNERZORDER | SWP_NOSENDCHANGING); } static LRESULT CALLBACK parent_win_hook(int nCode, WPARAM wParam, LPARAM lParam) |