# HG changeset patch # User Kenichi Handa # Date 1196729182 0 # Node ID bef5150c549247902d558caf12647a34b1d66482 # Parent 6bee416e4d4e40590cfc75e3e110a174f9761533 (enum composition_method): Define COMPOSITION_WITH_GLYPH_STRING unconditionally. diff -r 6bee416e4d4e -r bef5150c5492 src/composite.h --- a/src/composite.h Mon Dec 03 14:40:32 2007 +0000 +++ b/src/composite.h Tue Dec 04 00:46:22 2007 +0000 @@ -40,10 +40,8 @@ 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 };