]> git.eshelyaron.com Git - emacs.git/commitdiff
(BUILD_GLYPH_STRINGS): For pcc, remove continuation in arg list.
authorDave Love <fx@gnu.org>
Wed, 15 Dec 1999 17:46:18 +0000 (17:46 +0000)
committerDave Love <fx@gnu.org>
Wed, 15 Dec 1999 17:46:18 +0000 (17:46 +0000)
src/xterm.c

index a144d52936b280ddb5f1a76e416c3be6764cc212..9e21928ebcb5190abae8f5a836528733c72bc839 100644 (file)
@@ -4360,8 +4360,7 @@ x_set_glyph_string_background_width (s, start, last_x)
    DRAW_CURSOR if a cursor has to be drawn.  LAST_X is the right-most
    x-position of the drawing area.  */
 
-#define BUILD_COMPOSITE_GLYPH_STRING(W, ROW, AREA, START, END, HEAD,     \
-                                      TAIL, HL, X, LAST_X, OVERLAPS_P)   \
+#define BUILD_COMPOSITE_GLYPH_STRING(W, ROW, AREA, START, END, HEAD, TAIL, HL, X, LAST_X, OVERLAPS_P)    \
   do {                                                                   \
     int cmp_id = (ROW)->glyphs[AREA][START].u.cmp.id;                    \
     int face_id = (ROW)->glyphs[AREA][START].u.cmp.face_id;              \