aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32term.c
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2007-11-01 03:47:34 +0000
committerGlenn Morris <[email protected]>2007-11-01 03:47:34 +0000
commitb4a638b358651b9694738e9a610a48dddd3ebca3 (patch)
treeb34e59db42f1038203faca477a65c01daaf671a8 /src/w32term.c
parent62b1cb943f4b343b02778248c8e5ee206d68b601 (diff)
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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/w32term.c b/src/w32term.c
index 510f2381a6..a2d64ba581 100644
--- a/src/w32term.c
+++ b/src/w32term.c
@@ -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)