changeset 90302:0e4cba8d42b4

(draw_glyphs): Fix inclusion of right_overwriting glyphs.
author Kenichi Handa <handa@m17n.org>
date Mon, 20 Feb 2006 05:01:03 +0000
parents 1f534e44acca
children 1523cd02a73e
files src/xdisp.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/xdisp.c	Mon Feb 20 04:30:12 2006 +0000
+++ b/src/xdisp.c	Mon Feb 20 05:01:03 2006 +0000
@@ -19329,6 +19329,7 @@
       if (i >= 0)
 	{
 	  clip_tail = tail;
+	  i++;			/* We must include the Ith glyph.  */
 	  BUILD_GLYPH_STRINGS (end, i, h, t,
 			       DRAW_NORMAL_TEXT, x, last_x);
 	  for (s = h; s; s = s->next)