[Mplayer-cvslog] CVS: main/Gui/mplayer play.c,1.75,1.76
Zoltan Ponekker
pontscho at mplayerhq.hu
Fri Aug 30 01:15:26 CEST 2002
Update of /cvsroot/mplayer/main/Gui/mplayer
In directory mail:/var/tmp.root/cvs-serv8716/Gui/mplayer
Modified Files:
play.c
Log Message:
- fix window handling with dxr3
- workaround dxr3 subpicture size with freetype osd rendering
Index: play.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/mplayer/play.c,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- play.c 26 Aug 2002 22:20:57 -0000 1.75
+++ play.c 29 Aug 2002 23:15:23 -0000 1.76
@@ -35,6 +35,7 @@
void mplFullScreen( void )
{
+ if ( guiIntfStruct.NoWindow && guiIntfStruct.Playing ) return;
#if 0
static int sx,sy;
// if ( !guiIntfStruct.Playing )
More information about the MPlayer-cvslog
mailing list