Missing break for WM_SYSCOMMAND handling.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16500 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2005-09-16 12:09:24 +00:00
parent f311c19f22
commit bcc7a8466a
1 changed files with 1 additions and 0 deletions

View File

@ -913,6 +913,7 @@ static LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM l
mp_msg(MSGT_VO, MSGL_V ,"<vo_directx><INFO>killing screensaver\n" );
return 0;
}
break;
}
case WM_KEYDOWN:
{