diff options
author | Glenn Morris <rgm@gnu.org> | 2007-11-01 03:49:22 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-11-01 03:49:22 +0000 |
commit | 56dad874f3112244ffacf735703c8d763c1514c9 (patch) | |
tree | eb717fd0c233dd524002481432d93103157ffb8c /src/w32term.c | |
parent | 2c28c5196e15ca50ee18e5a617b1895f3e6139c3 (diff) | |
download | emacs-56dad874f3112244ffacf735703c8d763c1514c9.tar.gz |
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
Diffstat (limited to 'src/w32term.c')
-rw-r--r-- | src/w32term.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/w32term.c b/src/w32term.c index edde95f5f13..a0c595b3a34 100644 --- a/src/w32term.c +++ b/src/w32term.c @@ -2410,7 +2410,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) |