aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/haikuterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/haikuterm.c b/src/haikuterm.c
index 8733b82fb2b..d9351d92f4f 100644
--- a/src/haikuterm.c
+++ b/src/haikuterm.c
@@ -1399,7 +1399,7 @@ haiku_draw_stretch_glyph_string (struct glyph_string *s)
1399 } 1399 }
1400 1400
1401 if (background_width > 0) 1401 if (background_width > 0)
1402 haiku_draw_background_rect (s, s->face, s->x, s->y, 1402 haiku_draw_background_rect (s, s->face, x, s->y,
1403 background_width, s->height); 1403 background_width, s->height);
1404 } 1404 }
1405 s->background_filled_p = 1; 1405 s->background_filled_p = 1;