(mfont__realize_fontset): Prototype adjusted.
authorhanda <handa>
Wed, 17 Aug 2005 12:43:37 +0000 (12:43 +0000)
committerhanda <handa>
Wed, 17 Aug 2005 12:43:37 +0000 (12:43 +0000)
(mfont__lookup_fontset): Likewise.

src/fontset.h

index 872650a..e97d833 100644 (file)
 
 extern MRealizedFontset *mfont__realize_fontset (MFrame *frame,
                                                 MFontset *fontset,
-                                                MFace *face);
+                                                MFace *face, MFont *spec);
 
 void mfont__free_realized_fontset (MRealizedFontset *realized);
 
 extern MRealizedFont *mfont__lookup_fontset (MRealizedFontset *realized,
                                             MGlyph *g, int *num,
                                             MSymbol script, MSymbol language,
-                                            MSymbol charset, int size);
+                                            MSymbol charset, int size,
+                                            int ignore_fallback);
 
 #endif /* _M17N_FONTSET_H_ */