From: Gerd Moellmann Date: Tue, 28 Dec 1999 12:18:41 +0000 (+0000) Subject: (dump_glyph_row): Adapt to changes in struct glyph. X-Git-Tag: emacs-pretest-21.0.90~5613 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bcdda9a4bbf2dc2dc8b337ece49a8f0a2b0c043f;p=emacs.git (dump_glyph_row): Adapt to changes in struct glyph. --- 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) glyph->pixel_width, 0, '.', - glyph->u.face_id, + glyph->face_id, glyph->left_box_line_p, glyph->right_box_line_p); } @@ -10624,7 +10624,7 @@ dump_glyph_row (matrix, vpos, with_glyphs_p) glyph->pixel_width, glyph->u.img_id, '.', - glyph->u.face_id, + glyph->face_id, glyph->left_box_line_p, glyph->right_box_line_p); }