changeset 27015:526f3b2398ce

(dump_glyph_row): Adapt to changes in struct glyph.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 28 Dec 1999 12:18:41 +0000
parents e4edd00c1ac1
children 62cd5f1749cc
files src/xdisp.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/xdisp.c	Tue Dec 28 12:13:02 1999 +0000
+++ b/src/xdisp.c	Tue Dec 28 12:18:41 1999 +0000
@@ -10610,7 +10610,7 @@
 		       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 @@
 		       glyph->pixel_width,
 		       glyph->u.img_id,
 		       '.',
-		       glyph->u.face_id,
+		       glyph->face_id,
 		       glyph->left_box_line_p,
 		       glyph->right_box_line_p);
 	    }