always take the focus in fullscreen mode patch by Gianluigi Tiesi <mplayer at netfarm.it>

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14693 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
faust3 2005-02-13 12:47:33 +00:00
parent 4694a7dde8
commit e0484e940f
1 changed files with 1 additions and 0 deletions

View File

@ -1469,6 +1469,7 @@ static uint32_t control(uint32_t request, void *data, ...)
vo_fs=1;
ShowWindow(hWndFS,SW_SHOW);
ShowWindow(hWnd,SW_HIDE);
SetForegroundWindow(hWndFS);
}
else
{