From bcc7a8466aa6018f2db4b59ec1d1de47be0b284e Mon Sep 17 00:00:00 2001 From: reimar Date: Fri, 16 Sep 2005 12:09:24 +0000 Subject: [PATCH] Missing break for WM_SYSCOMMAND handling. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16500 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_directx.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libvo/vo_directx.c b/libvo/vo_directx.c index 0f9bfa32c2..16a5db166a 100644 --- a/libvo/vo_directx.c +++ b/libvo/vo_directx.c @@ -913,6 +913,7 @@ static LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM l mp_msg(MSGT_VO, MSGL_V ,"killing screensaver\n" ); return 0; } + break; } case WM_KEYDOWN: {