mirror of
https://github.com/mpv-player/mpv
synced 2025-01-13 00:06:25 +01:00
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:
parent
4694a7dde8
commit
e0484e940f
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user