[Mplayer-cvslog] CVS: main/Gui/mplayer play.c,1.4,1.5

Zoltan Ponekker pontscho at mplayer.dev.hu
Wed Aug 29 17:43:31 CEST 2001


Update of /cvsroot/mplayer/main/Gui/mplayer
In directory mplayer:/var/tmp.root/cvs-serv1928

Modified Files:
	play.c 
Log Message:
fix fullscreen

Index: play.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/mplayer/play.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- play.c	29 Aug 2001 15:07:39 -0000	1.4
+++ play.c	29 Aug 2001 15:43:29 -0000	1.5
@@ -91,7 +91,8 @@
 void mplResize( unsigned int X,unsigned int Y,unsigned int width,unsigned int height )
 {
 
-printf("mplResize(%d,%d,%d,%d)  \n",X,Y,width,height);
+//printf("mplResize(%d,%d,%d,%d)  \n",X,Y,width,height);
+	vo_setwindowsize( width,height );
         vo_resize=1;
 
 }




More information about the MPlayer-cvslog mailing list