changeset 79301:662b203ced7e

Johan Bockg? <bojohan at gnu.org> (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
author Glenn Morris <rgm@gnu.org>
date Thu, 01 Nov 2007 03:45:35 +0000
parents c6f95246238f
children aa736f6aebd0
files src/w32term.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/w32term.c	Thu Nov 01 03:45:16 2007 +0000
+++ b/src/w32term.c	Thu Nov 01 03:45:35 2007 +0000
@@ -2364,7 +2364,6 @@
      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)