From: Kim F. Storm Date: Mon, 29 May 2006 21:52:16 +0000 (+0000) Subject: (x_draw_stretch_glyph_string): Fix last change. X-Git-Tag: emacs-pretest-22.0.90~2197 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5e6b6dcd59c4158cc286788f820afc727380a7cf;p=emacs.git (x_draw_stretch_glyph_string): Fix last change. --- diff --git a/src/w32term.c b/src/w32term.c index 1b2b5a30503..c8fad461668 100644 --- a/src/w32term.c +++ b/src/w32term.c @@ -2451,6 +2451,7 @@ x_draw_stretch_glyph_string (s) } if (background_width > 0) x_draw_glyph_string_bg_rect (s, x, s->y, background_width, s->height); + } s->background_filled_p = 1; }