summaryrefslogtreecommitdiff
path: root/src/composite.c
diff options
context:
space:
mode:
authorAlexander Gramiak <agrambot@gmail.com>2019-03-23 11:19:40 -0600
committerAlexander Gramiak <agrambot@gmail.com>2019-04-13 09:52:48 -0600
commit7d9edeebf5be15eabb206273c02e37cef59f5be6 (patch)
tree7efbbeaf894a0575becda64fd469b70032804e1a /src/composite.c
parentf9694a713824d402bcba01064ac2f95156bf4161 (diff)
downloademacs-7d9edeebf5be15eabb206273c02e37cef59f5be6.tar.gz
Rename non-X x_* procedures in xdisp.c
Diffstat (limited to 'src/composite.c')
-rw-r--r--src/composite.c2
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,
/* Maximum length of a string of glyphs. XftGlyphExtents limits
this to INT_MAX, and Emacs limits it further. Divide INT_MAX - 1
- by 2 because x_produce_glyphs computes glyph_len * 2 + 1. Divide
+ by 2 because gui_produce_glyphs computes glyph_len * 2 + 1. Divide
the size by MAX_MULTIBYTE_LENGTH because encode_terminal_code
multiplies glyph_len by MAX_MULTIBYTE_LENGTH. */
enum {