diff options
Diffstat (limited to 'src/composite.c')
| -rw-r--r-- | src/composite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/composite.c b/src/composite.c index 88f1235f116..7d7ed3f4a69 100644 --- a/src/composite.c +++ b/src/composite.c | |||
| @@ -176,7 +176,7 @@ get_composition_id (ptrdiff_t charpos, ptrdiff_t bytepos, ptrdiff_t nchars, | |||
| 176 | 176 | ||
| 177 | /* Maximum length of a string of glyphs. XftGlyphExtents limits | 177 | /* Maximum length of a string of glyphs. XftGlyphExtents limits |
| 178 | this to INT_MAX, and Emacs limits it further. Divide INT_MAX - 1 | 178 | this to INT_MAX, and Emacs limits it further. Divide INT_MAX - 1 |
| 179 | by 2 because x_produce_glyphs computes glyph_len * 2 + 1. Divide | 179 | by 2 because gui_produce_glyphs computes glyph_len * 2 + 1. Divide |
| 180 | the size by MAX_MULTIBYTE_LENGTH because encode_terminal_code | 180 | the size by MAX_MULTIBYTE_LENGTH because encode_terminal_code |
| 181 | multiplies glyph_len by MAX_MULTIBYTE_LENGTH. */ | 181 | multiplies glyph_len by MAX_MULTIBYTE_LENGTH. */ |
| 182 | enum { | 182 | enum { |