comparison src/w32term.c @ 85850:10deaa7f0320

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:46:31 +0000
parents 9f3a25157e4f
children fbeab07144ff
comparison
equal deleted inserted replaced
85849:4f5de444e723 85850:10deaa7f0320
2408 static void 2408 static void
2409 x_draw_stretch_glyph_string (s) 2409 x_draw_stretch_glyph_string (s)
2410 struct glyph_string *s; 2410 struct glyph_string *s;
2411 { 2411 {
2412 xassert (s->first_glyph->type == STRETCH_GLYPH); 2412 xassert (s->first_glyph->type == STRETCH_GLYPH);
2413 s->stippled_p = s->face->stipple != 0;
2414 2413
2415 if (s->hl == DRAW_CURSOR 2414 if (s->hl == DRAW_CURSOR
2416 && !x_stretch_cursor_p) 2415 && !x_stretch_cursor_p)
2417 { 2416 {
2418 /* If `x-stretch-block-cursor' is nil, don't draw a block cursor 2417 /* If `x-stretch-block-cursor' is nil, don't draw a block cursor