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
This commit is contained in:
parent
2c28c5196e
commit
56dad874f3
5 changed files with 13 additions and 3 deletions
|
@ -1,3 +1,10 @@
|
|||
2007-11-01 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* mail/footnote.el (footnote-numeric-regexp)
|
||||
(footnote-english-upper-regexp, footnote-english-lower-regexp)
|
||||
(footnote-roman-lower-regexp, footnote-roman-upper-regexp):
|
||||
Match multi-character footnotes.
|
||||
|
||||
2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* ediff-util.el (ediff-nuke-selective-display): Move definition to
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
2007-11-01 Johan Bockg,Ae(Brd <bojohan@gnu.org>
|
||||
|
||||
* macterm.c, w32term.c, xterm.c (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.
|
||||
|
||||
2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* sunfns.c: Remove file
|
||||
|
|
|
@ -3789,7 +3789,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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -2597,7 +2597,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)
|
||||
|
|
Loading…
Add table
Reference in a new issue