[Mplayer-cvslog] CVS: main/libvo vo_vesa.c,1.89,1.90

Tobias Diedrich CVS ranma at mplayerhq.hu
Fri Mar 28 11:09:18 CET 2003


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

Modified Files:
	vo_vesa.c 
Log Message:
Only write title if verbose>0.


Index: vo_vesa.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_vesa.c,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- vo_vesa.c	21 Mar 2003 16:32:53 -0000	1.89
+++ vo_vesa.c	28 Mar 2003 10:08:55 -0000	1.90
@@ -985,11 +985,12 @@
 	else
 	{
             clear_screen();	/* Clear screen for stupid BIOSes */
-	    if(verbose>1) paintBkGnd();
+	    if(verbose>1)
 	    {
 	        int x;
 	        x = (video_mode_info.XResolution/video_mode_info.XCharSize)/2-strlen(title)/2;
 	        if(x < 0) x = 0;
+	        paintBkGnd();
 	        vbeWriteString(x,0,7,title);
 	    }
 	}



More information about the MPlayer-cvslog mailing list