; Effect a safer version of that fix for Emacs 29

* src/haikuterm.c (haiku_draw_stretch_glyph_string): Use
computed X value, as on X.

Do not merge to master.
This commit is contained in:
Po Lu 2023-08-27 10:22:46 +08:00
parent a6cb8e3a1f
commit de335cb3dc

View file

@ -1399,7 +1399,7 @@ haiku_draw_stretch_glyph_string (struct glyph_string *s)
} }
if (background_width > 0) if (background_width > 0)
haiku_draw_background_rect (s, s->face, s->x, s->y, haiku_draw_background_rect (s, s->face, x, s->y,
background_width, s->height); background_width, s->height);
} }
s->background_filled_p = 1; s->background_filled_p = 1;