changeset 71073:3aec67200140

(x_draw_stretch_glyph_string): Fix last change.
author Kim F. Storm <storm@cua.dk>
date Mon, 29 May 2006 21:52:16 +0000
parents f1d85968a918
children 67dc3a0454b2
files src/w32term.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/w32term.c	Mon May 29 21:52:01 2006 +0000
+++ b/src/w32term.c	Mon May 29 21:52:16 2006 +0000
@@ -2451,6 +2451,7 @@
 	}
       if (background_width > 0)
 	x_draw_glyph_string_bg_rect (s, x, s->y, background_width, s->height);
+    }
 
   s->background_filled_p = 1;
 }