]> git.eshelyaron.com Git - emacs.git/commitdiff
Johan Bockg� <bojohan at gnu.org>
authorGlenn Morris <rgm@gnu.org>
Thu, 1 Nov 2007 03:47:34 +0000 (03:47 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 1 Nov 2007 03:47:34 +0000 (03:47 +0000)
(x_draw_stretch_glyph_string): Don't set s->stippled_p here, since it
has already been set by x_set_glyph_string_gc from
x_draw_glyph_string.

http://lists.gnu.org/archive/html/emacs-devel/2007-10/msg01571.html

src/ChangeLog
src/macterm.c
src/w32term.c
src/xterm.c

index c69eb2db180b9f25b2fae29a19203e6baeab3260..1d33322996e501ff1edb0eb0e1c6121cd64e8a6e 100644 (file)
@@ -1,3 +1,9 @@
+2007-11-01  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
+
+       * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
+        Don't set s->stippled_p here, since it has already been set by
+       x_set_glyph_string_gc from x_draw_glyph_string.
+
 2007-10-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
        * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
index 726a0f72b18c035babdb2e990e98ee565e75f4a5..9bc96e492d30ef4d9882958fff0fcabae4e72ca3 100644 (file)
@@ -3704,7 +3704,6 @@ x_draw_stretch_glyph_string (s)
      struct glyph_string *s;
 {
   xassert (s->first_glyph->type == STRETCH_GLYPH);
-  s->stippled_p = s->face->stipple != 0;
 
   if (s->hl == DRAW_CURSOR
       && !x_stretch_cursor_p)
index 510f2381a6d1bd02b3d48faea3edccab28bc308a..a2d64ba581f650c2353e53c7d56b0ebb27bb7774 100644 (file)
@@ -2364,7 +2364,6 @@ x_draw_stretch_glyph_string (s)
      struct glyph_string *s;
 {
   xassert (s->first_glyph->type == STRETCH_GLYPH);
-  s->stippled_p = s->face->stipple != 0;
 
   if (s->hl == DRAW_CURSOR
       && !x_stretch_cursor_p)
index ee26f054b4e486b07952a6d47aba4957213095d1..5bfd95b8aaf23400e224c5091626776d63375608 100644 (file)
@@ -2539,7 +2539,6 @@ x_draw_stretch_glyph_string (s)
      struct glyph_string *s;
 {
   xassert (s->first_glyph->type == STRETCH_GLYPH);
-  s->stippled_p = s->face->stipple != 0;
 
   if (s->hl == DRAW_CURSOR
       && !x_stretch_cursor_p)