[Mplayer-cvslog] CVS: main/Gui/skin font.h,1.4,1.5
Zoltan Ponekker
pontscho at mplayerhq.hu
Fri Jul 19 22:51:49 CEST 2002
- Previous message: [Mplayer-cvslog] CVS: main/libvo vo_jpeg.c,1.3,1.4
- Next message: [Mplayer-cvslog] CVS: main/libvo mga_common.c,1.37,1.38 video_out.c,1.52,1.53 video_out.h,1.36,1.37 vo_xmga.c,1.73,1.74 vo_xv.c,1.104,1.105 vo_xvidix.c,1.46,1.47 vosub_vidix.c,1.48,1.49
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/Gui/skin
In directory mail:/var/tmp.root/cvs-serv27481/Gui/skin
Modified Files:
font.h
Log Message:
- fix audio equalizer
- rewrite video equalizer handling (i teszted with mga g400 [x]mga,xv,xvidix and radeon xv,xvidix )
- fix some small gtk bug
- i dunno, i don't remember ... :)
Index: font.h
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/skin/font.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- font.h 28 May 2002 11:55:17 -0000 1.4
+++ font.h 19 Jul 2002 20:51:47 -0000 1.5
@@ -23,6 +23,8 @@
extern int fntAddNewFont( char * name );
extern void fntFreeFont( void );
extern int fntFindID( char * name );
+extern int fntTextHeight( int id,char * str );
+extern int fntTextWidth( int id,char * str );
extern int fntRead( char * path,char * fname );
extern txSample * fntRender( int id,int px,int sx,char * fmt,... );
- Previous message: [Mplayer-cvslog] CVS: main/libvo vo_jpeg.c,1.3,1.4
- Next message: [Mplayer-cvslog] CVS: main/libvo mga_common.c,1.37,1.38 video_out.c,1.52,1.53 video_out.h,1.36,1.37 vo_xmga.c,1.73,1.74 vo_xv.c,1.104,1.105 vo_xvidix.c,1.46,1.47 vosub_vidix.c,1.48,1.49
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list