[Mplayer-cvslog] CVS: main/libvo vo_xv.c,1.34,1.35 vo_xmga.c,1.32,1.33 vo_gl.c,1.11,1.12

Atmosfear atmos4 at mplayer.dev.hu
Mon Oct 1 23:21:34 CEST 2001


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

Modified Files:
	vo_xv.c vo_xmga.c vo_gl.c 
Log Message:
Enabled old X11_FULLSCREEN behaviour until fixed in all drivers.


Index: vo_xv.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_xv.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- vo_xv.c	1 Oct 2001 15:58:31 -0000	1.34
+++ vo_xv.c	1 Oct 2001 21:21:31 -0000	1.35
@@ -165,7 +165,7 @@
       * irritated for now (and send lots o' mails ;) ::atmos
       */
 
-#ifdef X11_FULLSCREEN
+#if 0 /*def X11_FULLSCREEN*/
      d_height=(int)((float)vo_screenwidth/(float)dwidth*(float)dheight);
      d_height+=d_height%2; // round
      d_width=vo_screenwidth;

Index: vo_xmga.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_xmga.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- vo_xmga.c	1 Oct 2001 20:40:07 -0000	1.32
+++ vo_xmga.c	1 Oct 2001 21:21:31 -0000	1.33
@@ -257,7 +257,7 @@
     {
      wndWidth=vo_screenwidth;
      wndHeight=vo_screenheight;
-#ifdef X11_FULLSCREEN
+#if 0 /*def X11_FULLSCREEN*/
      d_height=(int)((float)vo_screenwidth/(float)dwidth*(float)dheight);
      d_height+=d_height%2; // round
      d_width=vo_screenwidth;

Index: vo_gl.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_gl.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- vo_gl.c	1 Oct 2001 20:56:19 -0000	1.11
+++ vo_gl.c	1 Oct 2001 21:21:31 -0000	1.12
@@ -127,11 +127,11 @@
 	}
 
 	screen = DefaultScreen(mydisplay);
-        vo_screenwidth = DisplayWidth(mydisplay, myscreen);
-	vo_screenheight = DisplayHeight(mydisplay, myscreen);
+//      vo_screenwidth = DisplayWidth(mydisplay, screen);
+//	vo_screenheight = DisplayHeight(mydisplay, screen);
 
         dwidth=d_width; dheight=d_height;
-#ifdef X11_FULLSCREEN
+#if 0 /*def X11_FULLSCREEN*/
         if(fullscreen){ // handle flags correct
           d_height=(int)((float)vo_screenwidth/(float)dwidth*(float)dheight);
           d_height+=d_height%2; // round




More information about the MPlayer-cvslog mailing list