Mercurial > emacs
changeset 91163:a12e3e58ec94
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 03 Dec 2007 01:42:25 +0000 |
parents | 2b263ef46651 |
children | b4a503e69ff9 |
files | src/xftfont.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xftfont.c Mon Dec 03 01:42:01 2007 +0000 +++ b/src/xftfont.c Mon Dec 03 01:42:25 2007 +0000 @@ -54,7 +54,7 @@ #ifdef HAVE_LIBOTF int maybe_otf; /* Flag to tell if this may be OTF or not. */ OTF *otf; -#endif +#endif /* HAVE_LIBOTF */ }; /* Structure pointed by (struct face *)->extra */ @@ -273,7 +273,7 @@ #ifdef HAVE_LIBOTF xftfont_info->maybe_otf = xftfont_info->ft_face->face_flags & FT_FACE_FLAG_SFNT; xftfont_info->otf = NULL; -#endif +#endif /* HAVE_LIBOTF */ font = (struct font *) xftfont_info; font->format = ftfont_font_format (xftfont->pattern);