diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/xterm.c b/src/xterm.c index a144d52936b..9e21928ebcb 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -4360,8 +4360,7 @@ x_set_glyph_string_background_width (s, start, last_x) | |||
| 4360 | DRAW_CURSOR if a cursor has to be drawn. LAST_X is the right-most | 4360 | DRAW_CURSOR if a cursor has to be drawn. LAST_X is the right-most |
| 4361 | x-position of the drawing area. */ | 4361 | x-position of the drawing area. */ |
| 4362 | 4362 | ||
| 4363 | #define BUILD_COMPOSITE_GLYPH_STRING(W, ROW, AREA, START, END, HEAD, \ | 4363 | #define BUILD_COMPOSITE_GLYPH_STRING(W, ROW, AREA, START, END, HEAD, TAIL, HL, X, LAST_X, OVERLAPS_P) \ |
| 4364 | TAIL, HL, X, LAST_X, OVERLAPS_P) \ | ||
| 4365 | do { \ | 4364 | do { \ |
| 4366 | int cmp_id = (ROW)->glyphs[AREA][START].u.cmp.id; \ | 4365 | int cmp_id = (ROW)->glyphs[AREA][START].u.cmp.id; \ |
| 4367 | int face_id = (ROW)->glyphs[AREA][START].u.cmp.face_id; \ | 4366 | int face_id = (ROW)->glyphs[AREA][START].u.cmp.face_id; \ |