[MPlayer-cvslog] CVS: main/libvo vo_directx.c,1.50,1.51

Sascha Sommer CVS syncmail at mplayerhq.hu
Sun Feb 13 13:47:35 CET 2005


CVS change done by Sascha Sommer CVS

Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv25436/libvo

Modified Files:
	vo_directx.c 
Log Message:
always take the focus in fullscreen mode patch by Gianluigi Tiesi <mplayer at netfarm.it>

Index: vo_directx.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_directx.c,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- vo_directx.c	6 Jan 2005 16:24:58 -0000	1.50
+++ vo_directx.c	13 Feb 2005 12:47:33 -0000	1.51
@@ -1469,6 +1469,7 @@
 					vo_fs=1;
 					ShowWindow(hWndFS,SW_SHOW);
 					ShowWindow(hWnd,SW_HIDE);
+					SetForegroundWindow(hWndFS);
 				}
                 else
 				{




More information about the MPlayer-cvslog mailing list