projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
250ce9c
)
(OTF_Tag): Be sure that it is defined in any cases.
author
handa
<handa>
Thu, 31 Jan 2008 00:31:08 +0000
(
00:31
+0000)
committer
handa
<handa>
Thu, 31 Jan 2008 00:31:08 +0000
(
00:31
+0000)
src/font.h
patch
|
blob
|
history
diff --git
a/src/font.h
b/src/font.h
index
918fff8
..
423d976
100644
(file)
--- a/
src/font.h
+++ b/
src/font.h
@@
-287,7
+287,11
@@
extern int mfont__ft_decode_otf (MGlyph *g);
#endif /* HAVE_OTF */
-#endif /* HAVE_FREETYPE */
+#else /* not HAVE_FREETYPE */
+
+typedef unsigned OTF_Tag;
+
+#endif /* not HAVE_FREETYPE */
enum MFontOpenTypeTable
{