]> git.eshelyaron.com Git - emacs.git/commitdiff
(dump_glyph_row): Adapt to changes in struct glyph.
authorGerd Moellmann <gerd@gnu.org>
Tue, 28 Dec 1999 12:18:41 +0000 (12:18 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 28 Dec 1999 12:18:41 +0000 (12:18 +0000)
src/xdisp.c

index 8563f015d0719a3792e3da673ac578e685654a8e..46240dfc30cab43233d3c3f2a8ac472226fa39ca 100644 (file)
@@ -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);
            }