changeset 37535:6c6b5bd0f257

(x_draw_stretch_glyph_string): Don't draw background again if it has already been drawn.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 02 May 2001 11:12:42 +0000
parents 3ea5075dc420
children 0e883854b9fc
files src/xterm.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);