comparison src/xdisp.c @ 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 fed3d128eeed
children 8cf3702104b5
comparison
equal deleted inserted replaced
27014:e4edd00c1ac1 27015:526f3b2398ce
10608 'S', 10608 'S',
10609 glyph->charpos, 10609 glyph->charpos,
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 }
10617 else if (glyph->type == IMAGE_GLYPH) 10617 else if (glyph->type == IMAGE_GLYPH)
10618 { 10618 {
10622 'I', 10622 'I',
10623 glyph->charpos, 10623 glyph->charpos,
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 }
10631 ++glyph; 10631 ++glyph;
10632 } 10632 }