# HG changeset patch # User Gerd Moellmann # Date 988801962 0 # Node ID 6c6b5bd0f25798c45a6cb9d504bc042935d8b6d9 # Parent 3ea5075dc4205f61c8db85ffa097165ea809ae80 (x_draw_stretch_glyph_string): Don't draw background again if it has already been drawn. diff -r 3ea5075dc420 -r 6c6b5bd0f257 src/xterm.c --- a/src/xterm.c Wed May 02 04:10:31 2001 +0000 +++ b/src/xterm.c Wed May 02 11:12:42 2001 +0000 @@ -4408,7 +4408,7 @@ } } } - else + else if (!s->background_filled_p) x_draw_glyph_string_bg_rect (s, s->x, s->y, s->background_width, s->height);