(enum composition_method): Define
authorKenichi Handa <handa@m17n.org>
Tue, 4 Dec 2007 00:46:22 +0000 (00:46 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 4 Dec 2007 00:46:22 +0000 (00:46 +0000)
COMPOSITION_WITH_GLYPH_STRING unconditionally.

src/composite.h

index ab77a9f..eb60f1d 100644 (file)
@@ -40,10 +40,8 @@ enum composition_method {
   COMPOSITION_WITH_ALTCHARS,
   /* Compose by specified composition rules with alternate characters.  */
   COMPOSITION_WITH_RULE_ALTCHARS,
-#ifdef USE_FONT_BACKEND
   /* Compose by specified lispy glyph-string.  */
   COMPOSITION_WITH_GLYPH_STRING,
-#endif  /* USE_FONT_BACKEND */
   /* This is not a method.  */
   COMPOSITION_NO
 };