]> git.donarmstrong.com Git - lilypond.git/commitdiff
(pango_fc_afm_get_glyph)
authorJan Nieuwenhuizen <janneke@gnu.org>
Fri, 18 Jun 2004 12:36:14 +0000 (12:36 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Fri, 18 Jun 2004 12:36:14 +0000 (12:36 +0000)
(pango_fc_afm_get_charset): Update iaw Pango CVS update.

ChangeLog
lily/pangofc-afm-decoder.cc

index 33da397b4c54a64659156d89c70380001d1feac2..d6b30756daa4197252e605bb5e4e651534f11067 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2004-06-18  Jan Nieuwenhuizen  <janneke@gnu.org>
 
+       * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph) 
+       (pango_fc_afm_get_charset): Update iaw Pango CVS update.
+
        * buildscripts/guile-gnome.sh: Add pango to recipe.  Resolve
        conflict.  Have I told you lately how much I love autotools?
 
index c7e2ef1aac59950d56e840c071da0ecc08316522..c6a587c5ca2145acebf525c68dcb9c299237858c 100644 (file)
@@ -56,9 +56,12 @@ static void pango_fc_afm_decoder_init (PangoFcAfmDecoder *fontmap);
 static void pango_fc_afm_decoder_class_init (PangoFcAfmDecoderClass *clss);
 static void pango_fc_afm_decoder_finalize (GObject *object);
 
-static FcCharSet *pango_fc_afm_get_charset (PangoFcFont *fcfont);
-static PangoGlyph pango_fc_afm_get_glyph (PangoFcFont *fcfont, guint32 wc);
-static void pango_fc_afm_decoder_set_file_name (PangoFcAfmDecoder *self, char const *file_name);
+static FcCharSet *pango_fc_afm_get_charset (PangoFcDecoder *decoder,
+                                           PangoFcFont *fcfont);
+static PangoGlyph pango_fc_afm_get_glyph (PangoFcDecoder *decoder,
+                                         PangoFcFont *fcfont, guint32 wc);
+static void pango_fc_afm_decoder_set_file_name (PangoFcAfmDecoder *self,
+                                               char const *file_name);
 
 static PangoFcDecoderClass *parent_class;
 
@@ -136,8 +139,9 @@ pango_fc_afm_decoder_finalize (GObject *object)
 }
 
 static FcCharSet *
-pango_fc_afm_get_charset (PangoFcFont *fcfont)
+pango_fc_afm_get_charset (PangoFcDecoder *decoder, PangoFcFont *fcfont)
 {
+  (void) decoder;
   //dprintf ("get charset: %s\n", fcfont->font_pattern);
   dprintf ("get charset: \n");
 #if 0  
@@ -161,8 +165,10 @@ pango_fc_afm_get_charset (PangoFcFont *fcfont)
 }
 
 static PangoGlyph
-pango_fc_afm_get_glyph (PangoFcFont *fcfont, guint32 wc)
+pango_fc_afm_get_glyph (PangoFcDecoder *decoder, PangoFcFont *fcfont,
+                       guint32 wc)
 {
+  (void) decoder;
 #if 0
   XftFont *xft_font;
   xft_font = XftFontOpenPattern (GDK_DISPLAY (),