summaryrefslogtreecommitdiff
path: root/src/FreeType/ftfuncs.h
diff options
context:
space:
mode:
authorEgbert Eich <eich@suse.de>2004-03-04 17:47:13 +0000
committerEgbert Eich <eich@suse.de>2004-03-04 17:47:13 +0000
commitdfea6bec2d256b103fa2ff235d1f4c5d847575e7 (patch)
tree9df15e877668cec46332769264740ab2b5b24f3e /src/FreeType/ftfuncs.h
parentf89c45a5bfa0c138a62df688ebd36b8e24e32793 (diff)
a changed license. There was only one change which happened to be from me (Egbert Eich).
Diffstat (limited to 'src/FreeType/ftfuncs.h')
-rw-r--r--src/FreeType/ftfuncs.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/FreeType/ftfuncs.h b/src/FreeType/ftfuncs.h
index dadb546..6777667 100644
--- a/src/FreeType/ftfuncs.h
+++ b/src/FreeType/ftfuncs.h
@@ -174,8 +174,7 @@ static void FreeTypeFreeXFont(FontPtr pFont, int freeProps);
static void FreeTypeUnloadXFont(FontPtr pFont);
static int
FreeTypeAddProperties(FTFontPtr font, FontScalablePtr vals, FontInfoPtr info,
- char *fontname,
- int rawAverageWidth);
+ char *fontname, int rawAverageWidth, Bool font_properties);
static int FreeTypeFontGetGlyph(unsigned code, int flags, CharInfoPtr *g, FTFontPtr font);
static int
FreeTypeLoadFont(FTFontPtr font, FontInfoPtr info, FTFacePtr face,