]> git.eshelyaron.com Git - emacs.git/commitdiff
(x_draw_stretch_glyph_string): Fix last change.
authorKim F. Storm <storm@cua.dk>
Mon, 29 May 2006 21:52:16 +0000 (21:52 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 29 May 2006 21:52:16 +0000 (21:52 +0000)
src/w32term.c

index 1b2b5a30503979b4f481f37ce5747073781c90c8..c8fad46166809c8db48f3ddb4785ed4e404a413b 100644 (file)
@@ -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;
 }