From e0484e940f0b49a654d9d03cb5e82312357feea7 Mon Sep 17 00:00:00 2001 From: faust3 Date: Sun, 13 Feb 2005 12:47:33 +0000 Subject: always take the focus in fullscreen mode patch by Gianluigi Tiesi git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14693 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_directx.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libvo/vo_directx.c') diff --git a/libvo/vo_directx.c b/libvo/vo_directx.c index 904a5bd854..eacc90a688 100644 --- a/libvo/vo_directx.c +++ b/libvo/vo_directx.c @@ -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 { -- cgit v1.2.3