diff options
| author | Kenichi Handa | 2007-12-04 00:46:22 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2007-12-04 00:46:22 +0000 |
| commit | cb5ed8f51e4329cd900df92535844aba379f1b45 (patch) | |
| tree | 9f96b682b3b9db420f99d10d1cdff846927eef9e /src | |
| parent | 6ce235567184df0d4e61c12b1922cb59a92a783d (diff) | |
| download | emacs-cb5ed8f51e4329cd900df92535844aba379f1b45.tar.gz emacs-cb5ed8f51e4329cd900df92535844aba379f1b45.zip | |
(enum composition_method): Define
COMPOSITION_WITH_GLYPH_STRING unconditionally.
Diffstat (limited to 'src')
| -rw-r--r-- | src/composite.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/composite.h b/src/composite.h index ab77a9f9e1d..eb60f1d2ecd 100644 --- a/src/composite.h +++ b/src/composite.h | |||
| @@ -40,10 +40,8 @@ enum composition_method { | |||
| 40 | COMPOSITION_WITH_ALTCHARS, | 40 | COMPOSITION_WITH_ALTCHARS, |
| 41 | /* Compose by specified composition rules with alternate characters. */ | 41 | /* Compose by specified composition rules with alternate characters. */ |
| 42 | COMPOSITION_WITH_RULE_ALTCHARS, | 42 | COMPOSITION_WITH_RULE_ALTCHARS, |
| 43 | #ifdef USE_FONT_BACKEND | ||
| 44 | /* Compose by specified lispy glyph-string. */ | 43 | /* Compose by specified lispy glyph-string. */ |
| 45 | COMPOSITION_WITH_GLYPH_STRING, | 44 | COMPOSITION_WITH_GLYPH_STRING, |
| 46 | #endif /* USE_FONT_BACKEND */ | ||
| 47 | /* This is not a method. */ | 45 | /* This is not a method. */ |
| 48 | COMPOSITION_NO | 46 | COMPOSITION_NO |
| 49 | }; | 47 | }; |