From 0bbe5169473253657b78ae1f65a11ae1ec6bf50b Mon Sep 17 00:00:00 2001 From: handa Date: Sat, 20 Aug 2005 02:40:17 +0000 Subject: [PATCH] (mfont_from_name): Prototype adjusted. (Mspacing, Mascent, Mdescent, Mmax_advance): Extern them. --- src/m17n-gui.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/m17n-gui.h b/src/m17n-gui.h index 5878d92..9ea8085 100644 --- a/src/m17n-gui.h +++ b/src/m17n-gui.h @@ -155,7 +155,7 @@ extern char *mfont_unparse_name (MFont *font, MSymbol format); /* These two are obsolete (from 1.1.0). */ extern char *mfont_name (MFont *font); -extern MFont *mfont_from_name (char *name); +extern MFont *mfont_from_name (const char *name); extern MSymbol Mfoundry; extern MSymbol Mfamily; @@ -163,9 +163,13 @@ extern MSymbol Mweight; extern MSymbol Mstyle; extern MSymbol Mstretch; extern MSymbol Madstyle; +extern MSymbol Mspacing; extern MSymbol Mregistry; extern MSymbol Msize; extern MSymbol Mresolution; +extern MSymbol Mascent; +extern MSymbol Mdescent; +extern MSymbol Mmax_advance; extern MSymbol Mfontfile; extern MSymbol Mfontconfig; -- 1.7.10.4