Mercurial > emacs
comparison src/macterm.c @ 79302:aa736f6aebd0
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:54 +0000 |
parents | c975fef407b4 |
children | fc2bcd2a8aad |
comparison
equal
deleted
inserted
replaced
79301:662b203ced7e | 79302:aa736f6aebd0 |
---|---|
3702 static void | 3702 static void |
3703 x_draw_stretch_glyph_string (s) | 3703 x_draw_stretch_glyph_string (s) |
3704 struct glyph_string *s; | 3704 struct glyph_string *s; |
3705 { | 3705 { |
3706 xassert (s->first_glyph->type == STRETCH_GLYPH); | 3706 xassert (s->first_glyph->type == STRETCH_GLYPH); |
3707 s->stippled_p = s->face->stipple != 0; | |
3708 | 3707 |
3709 if (s->hl == DRAW_CURSOR | 3708 if (s->hl == DRAW_CURSOR |
3710 && !x_stretch_cursor_p) | 3709 && !x_stretch_cursor_p) |
3711 { | 3710 { |
3712 /* If `x-stretch-block-cursor' is nil, don't draw a block cursor | 3711 /* If `x-stretch-block-cursor' is nil, don't draw a block cursor |