summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
Diffstat (limited to 'libvo')
-rw-r--r--libvo/w32_common.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libvo/w32_common.c b/libvo/w32_common.c
index c644b5ad18..278c0b9d56 100644
--- a/libvo/w32_common.c
+++ b/libvo/w32_common.c
@@ -58,6 +58,8 @@ static LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM l
vo_dwidth = r.right;
vo_dheight = r.bottom;
break;
+ case WM_WINDOWPOSCHANGING:
+ return 0;
case WM_CLOSE:
mplayer_put_key(KEY_CLOSE_WIN);
break;