[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
- Previous message: [Mplayer-cvslog] CVS: main/DOCS/xml/ru documentation.xml,NONE,1.1 features.xml,NONE,1.1 formats.xml,NONE,1.1 history.xml,NONE,1.1 html.xsl,NONE,1.1 install.xml,NONE,1.1
- Next message: [Mplayer-cvslog] CVS: 0_90/DOCS/French documentation.html,1.32,1.33 video.html,1.12,1.13 mplayer.1,1.29,1.30
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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);
}
}
- Previous message: [Mplayer-cvslog] CVS: main/DOCS/xml/ru documentation.xml,NONE,1.1 features.xml,NONE,1.1 formats.xml,NONE,1.1 history.xml,NONE,1.1 html.xsl,NONE,1.1 install.xml,NONE,1.1
- Next message: [Mplayer-cvslog] CVS: 0_90/DOCS/French documentation.html,1.32,1.33 video.html,1.12,1.13 mplayer.1,1.29,1.30
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list