# HG changeset patch # User Kenichi Handa # Date 1196646145 0 # Node ID a12e3e58ec94712d2d438b092429f38bad648924 # Parent 2b263ef4665149af9dc3ff15ebbf976cfe155ac6 *** empty log message *** diff -r 2b263ef46651 -r a12e3e58ec94 src/xftfont.c --- 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);