[Mplayer-cvslog] CVS: main/libvo vo_gl.c,1.36,1.37 vo_gl2.c,1.35,1.36

Sascha Sommer CVS faust3 at mplayerhq.hu
Sun Sep 21 17:44:49 CEST 2003


Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv6333/libvo

Modified Files:
	vo_gl.c vo_gl2.c 
Log Message:
fix fullscreen switching in vo gl and vo gl2

Index: vo_gl.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_gl.c,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- vo_gl.c	31 Aug 2003 22:27:10 -0000	1.36
+++ vo_gl.c	21 Sep 2003 15:44:23 -0000	1.37
@@ -82,6 +82,8 @@
 
 	image_height = height;
 	image_width = width;
+    vo_dwidth = d_width;
+    vo_dheight = d_height;
 
 	int_pause = 0;
 

Index: vo_gl2.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_gl2.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- vo_gl2.c	21 Sep 2003 11:27:11 -0000	1.35
+++ vo_gl2.c	21 Sep 2003 15:44:23 -0000	1.36
@@ -841,6 +841,8 @@
 
 	image_height = height;
 	image_width = width;
+    vo_dwidth = d_width;
+    vo_dheight = d_height;
 	image_format = format;
 
 	int_pause = 0;



More information about the MPlayer-cvslog mailing list