changeset 14692:f9b417d4a18a

always take the focus in fullscreen mode patch by Gianluigi Tiesi <mplayer at netfarm.it>
author faust3
date Sun, 13 Feb 2005 12:47:33 +0000
parents 17f07706a4a0
children 37116118ab6a
files libvo/vo_directx.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_directx.c	Sun Feb 13 12:31:47 2005 +0000
+++ b/libvo/vo_directx.c	Sun Feb 13 12:47:33 2005 +0000
@@ -1469,6 +1469,7 @@
 					vo_fs=1;
 					ShowWindow(hWndFS,SW_SHOW);
 					ShowWindow(hWnd,SW_HIDE);
+					SetForegroundWindow(hWndFS);
 				}
                 else
 				{