changeset 25243:d74ff22998b4

(get_overlay_arrow_glyph_row): Set the charpos of glyphs to -1.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 11 Aug 1999 15:36:17 +0000
parents 28067247ff90
children a12e632e1ef5
files src/xdisp.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/xdisp.c	Wed Aug 11 11:50:20 1999 +0000
+++ b/src/xdisp.c	Wed Aug 11 15:36:17 1999 +0000
@@ -9840,6 +9840,7 @@
 
       /* Compute its width, get its glyphs.  */
       n_glyphs_before = it.glyph_row->used[TEXT_AREA];
+      SET_TEXT_POS (it.position, -1, -1);
       PRODUCE_GLYPHS (&it);
 
       /* If this character doesn't fit any more in the line, we have