diff options
| author | Kim F. Storm | 2006-05-29 21:52:16 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2006-05-29 21:52:16 +0000 |
| commit | 5e6b6dcd59c4158cc286788f820afc727380a7cf (patch) | |
| tree | 63592a7f3e6c1d38434d800e32f76cf813f425de /src | |
| parent | 73af07164d9081578b92f1df49bce4d817ecb20a (diff) | |
| download | emacs-5e6b6dcd59c4158cc286788f820afc727380a7cf.tar.gz emacs-5e6b6dcd59c4158cc286788f820afc727380a7cf.zip | |
(x_draw_stretch_glyph_string): Fix last change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32term.c | 1 |
1 files changed, 1 insertions, 0 deletions
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) | |||
| 2451 | } | 2451 | } |
| 2452 | if (background_width > 0) | 2452 | if (background_width > 0) |
| 2453 | x_draw_glyph_string_bg_rect (s, x, s->y, background_width, s->height); | 2453 | x_draw_glyph_string_bg_rect (s, x, s->y, background_width, s->height); |
| 2454 | } | ||
| 2454 | 2455 | ||
| 2455 | s->background_filled_p = 1; | 2456 | s->background_filled_p = 1; |
| 2456 | } | 2457 | } |