]> git.eshelyaron.com Git - emacs.git/commitdiff
(append_glyph): Revert change of 2000-06-06.
authorGerd Moellmann <gerd@gnu.org>
Tue, 6 Jun 2000 12:27:18 +0000 (12:27 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 6 Jun 2000 12:27:18 +0000 (12:27 +0000)
src/ChangeLog
src/term.c

index ba45719d3fa971bb3369b61e0f4dd0fd6d06415c..654c9f221b8ee03bcf78f4796f579ccc5873d342 100644 (file)
@@ -1,5 +1,11 @@
 2000-06-06  Gerd Moellmann  <gerd@gnu.org>
 
+       * term.c (append_glyph): Revert change of 2000-06-06.
+
+       * xdisp.c (display_line): Revert change of 2000-06-06.  Treat
+       padding glyph not fitting on line as whole character not
+       fitting on line.
+
        * xterm.c (x_produce_glyphs): Don't xassert `it->descent > 0';
        this isn't true for images with `:ascent 100'.
 
index d21b78c6b62bd00f779e8883e9540cc95501aa5e..5d8e7bb658d841ba9246a369d816819441947f3e 100644 (file)
@@ -1783,7 +1783,7 @@ append_glyph (it)
        ++i)
     {
       glyph->type = CHAR_GLYPH;
-      glyph->pixel_width = it->pixel_width;
+      glyph->pixel_width = 1;
       glyph->u.ch = it->c;
       glyph->face_id = it->face_id;
       glyph->padding_p = i > 0;