# HG changeset patch # User Glenn Morris # Date 1193888808 0 # Node ID 382f3d151a85aaa1e969d4bdfd91b0a9ee4017de # Parent 10deaa7f032089b68f4e89ddf1822c097df9e6ac Johan Bockg? (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 diff -r 10deaa7f0320 -r 382f3d151a85 src/xterm.c --- a/src/xterm.c Thu Nov 01 03:46:31 2007 +0000 +++ b/src/xterm.c Thu Nov 01 03:46:48 2007 +0000 @@ -2597,7 +2597,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)