[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
- Previous message: [MPlayer-cvslog] CVS: main/DOCS/tech slave.txt,1.29,1.30
- Next message: [MPlayer-cvslog] CVS: main/libmpdemux demux_avs.c, NONE, 1.1 demux_avs.h, NONE, 1.1 extension.c, 1.8, 1.9 demuxer.c, 1.182, 1.183 demuxer.h, 1.73, 1.74
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
{
- Previous message: [MPlayer-cvslog] CVS: main/DOCS/tech slave.txt,1.29,1.30
- Next message: [MPlayer-cvslog] CVS: main/libmpdemux demux_avs.c, NONE, 1.1 demux_avs.h, NONE, 1.1 extension.c, 1.8, 1.9 demuxer.c, 1.182, 1.183 demuxer.h, 1.73, 1.74
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list