From 5e6b6dcd59c4158cc286788f820afc727380a7cf Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Mon, 29 May 2006 21:52:16 +0000 Subject: [PATCH] (x_draw_stretch_glyph_string): Fix last change. --- src/w32term.c | 1 + 1 file changed, 1 insertion(+) 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; } -- 2.39.5