[Mplayer-cvslog] CVS: main/libvo sub.c,1.67,1.68
Filip Kalinski CVS
filon at mplayerhq.hu
Mon Jan 6 13:27:41 CET 2003
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv561/libvo
Modified Files:
sub.c
Log Message:
Update font scale after changing pancan.
It makes fonts keep scale when they are set to be proportional to width.
Index: sub.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/sub.c,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- sub.c 5 Jan 2003 13:32:57 -0000 1.67
+++ sub.c 6 Jan 2003 12:27:38 -0000 1.68
@@ -534,7 +534,7 @@
#ifdef HAVE_FREETYPE
// here is the right place to get screen dimensions
- if (!vo_font && force_load_font) {
+ if (!vo_font || force_load_font) {
force_load_font = 0;
load_font_ft(dxs, dys);
}
More information about the MPlayer-cvslog
mailing list