diff options
| author | Dave Love | 1999-12-15 17:46:18 +0000 |
|---|---|---|
| committer | Dave Love | 1999-12-15 17:46:18 +0000 |
| commit | 6c27ec258db83cf695fdb7eb36b5dd324ddb9227 (patch) | |
| tree | ee2efc7be49c73bbe9e0972c5c877624b2936e31 /src/xterm.c | |
| parent | d4e1eea368b4a1b48448272addd2f6b73a9977ef (diff) | |
| download | emacs-6c27ec258db83cf695fdb7eb36b5dd324ddb9227.tar.gz emacs-6c27ec258db83cf695fdb7eb36b5dd324ddb9227.zip | |
(BUILD_GLYPH_STRINGS): For pcc, remove continuation in arg list.
Diffstat (limited to 'src/xterm.c')
| -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; \ |