[Mplayer-cvslog] CVS: main/Gui/skin font.c,1.2,1.3

Zoltan Ponekker pontscho at mplayer.dev.hu
Mon Sep 17 23:16:03 CEST 2001


Update of /cvsroot/mplayer/main/Gui/skin
In directory mplayer:/var/tmp.root/cvs-serv18362/Gui/skin

Modified Files:
	font.c 
Log Message:
add new features. and fix skin error loop.

Index: font.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/skin/font.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- font.c	1 Sep 2001 19:57:34 -0000	1.2
+++ font.c	17 Sep 2001 21:16:00 -0000	1.3
@@ -77,7 +77,7 @@
      cutItem( param,tmp,',',2 ); Fonts[id]->Fnt[i].sx=atoi( tmp );
      cutItem( param,tmp,',',3 ); Fonts[id]->Fnt[i].sy=atoi( tmp );
      #ifdef DEBUG
-      dbprintf( 0,"[font]  char: '%s' params: %d,%d %dx%d\n",command,Fonts[id]->Fnt[i].x,Fonts[id]->Fnt[i].y,Fonts[id]->Fnt[i].sx,Fonts[id]->Fnt[i].sy );
+      dbprintf( 3,"[font]  char: '%s' params: %d,%d %dx%d\n",command,Fonts[id]->Fnt[i].x,Fonts[id]->Fnt[i].y,Fonts[id]->Fnt[i].sx,Fonts[id]->Fnt[i].sy );
      #endif
     }
     else
@@ -86,7 +86,7 @@
        {
         strcpy( tmp,path ); strcat( tmp,param );
         #ifdef DEBUG
-         dbprintf( 0,"[font] font imagefile: %s\n",tmp );
+         dbprintf( 3,"[font] font imagefile: %s\n",tmp );
         #endif
         if ( skinBPRead( tmp,&Fonts[id]->Bitmap ) ) return -2;
        }




More information about the MPlayer-cvslog mailing list