[Mplayer-cvslog] CVS: main/TOOLS/subfont-c/osd gen.py,1.3,1.4 osd.pfb,1.2,1.3
Arpi of Ize
arpi at mplayerhq.hu
Sun Jan 26 17:36:08 CET 2003
Update of /cvsroot/mplayer/main/TOOLS/subfont-c/osd
In directory mail:/var/tmp.root/cvs-serv22998/TOOLS/subfont-c/osd
Modified Files:
gen.py osd.pfb
Log Message:
OSD volume symbol fixed :)
instead of |\ it should be /|
patch by {asm} <tf198 at hszk.bme.hu>
Index: gen.py
===================================================================
RCS file: /cvsroot/mplayer/main/TOOLS/subfont-c/osd/gen.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gen.py 21 Aug 2001 12:21:56 -0000 1.3
+++ gen.py 26 Jan 2003 16:36:05 -0000 1.4
@@ -293,7 +293,7 @@
########################################
begin('volume', 0x09, 0, 1000)
poly(( (1000, 0),
- (0, 500),))
+ (1000, 500),))
end()
Index: osd.pfb
===================================================================
RCS file: /cvsroot/mplayer/main/TOOLS/subfont-c/osd/osd.pfb,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
Binary files /tmp/cvsgyfODz and /tmp/cvsWkyp3Y differ
More information about the MPlayer-cvslog
mailing list