aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann1999-12-28 12:18:41 +0000
committerGerd Moellmann1999-12-28 12:18:41 +0000
commitbcdda9a4bbf2dc2dc8b337ece49a8f0a2b0c043f (patch)
tree1cde063cf9f59797783587adc38aa9713ec9e465 /src
parent481b505472c397d389a75e4c4e0247b724cde746 (diff)
downloademacs-bcdda9a4bbf2dc2dc8b337ece49a8f0a2b0c043f.tar.gz
emacs-bcdda9a4bbf2dc2dc8b337ece49a8f0a2b0c043f.zip
(dump_glyph_row): Adapt to changes in struct glyph.
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index 8563f015d07..46240dfc30c 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -10610,7 +10610,7 @@ dump_glyph_row (matrix, vpos, with_glyphs_p)
10610 glyph->pixel_width, 10610 glyph->pixel_width,
10611 0, 10611 0,
10612 '.', 10612 '.',
10613 glyph->u.face_id, 10613 glyph->face_id,
10614 glyph->left_box_line_p, 10614 glyph->left_box_line_p,
10615 glyph->right_box_line_p); 10615 glyph->right_box_line_p);
10616 } 10616 }
@@ -10624,7 +10624,7 @@ dump_glyph_row (matrix, vpos, with_glyphs_p)
10624 glyph->pixel_width, 10624 glyph->pixel_width,
10625 glyph->u.img_id, 10625 glyph->u.img_id,
10626 '.', 10626 '.',
10627 glyph->u.face_id, 10627 glyph->face_id,
10628 glyph->left_box_line_p, 10628 glyph->left_box_line_p,
10629 glyph->right_box_line_p); 10629 glyph->right_box_line_p);
10630 } 10630 }