[Mplayer-cvslog] CVS: main mplayer.c,1.288,1.289

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


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

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


Index: mplayer.c
===================================================================
RCS file: /cvsroot/mplayer/main/mplayer.c,v
retrieving revision 1.288
retrieving revision 1.289
diff -u -r1.288 -r1.289
--- mplayer.c	1 Oct 2001 17:25:07 -0000	1.288
+++ mplayer.c	1 Oct 2001 21:21:15 -0000	1.289
@@ -996,7 +996,7 @@
 
 current_module="init_libvo";
 
-#if 0 /* was X11_FULLSCREEN hack -> moved to libvo/vo_xv.c where it belongs ::atmos */
+#ifdef X11_FULLSCREEN  /* was X11_FULLSCREEN hack -> moved to libvo/vo_xv.c where it belongs ::atmos */
    if(fullscreen){
      if(vo_init()){
        //if(verbose) printf("X11 running at %dx%d depth: %d\n",vo_screenwidth,vo_screenheight,vo_depthonscreen);




More information about the MPlayer-cvslog mailing list