From 0c01f3fa180aad18c4f63c783e3ebef2312e72f9 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Mon, 27 Jun 2022 06:21:16 +0000 Subject: [PATCH] Use correct background for image mask color on Haiku * src/haikuterm.c (haiku_draw_image_glyph_string): Use adjusted background for image mask. --- src/haikuterm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/haikuterm.c b/src/haikuterm.c index 9e84dec1593..9f8aceae642 100644 --- a/src/haikuterm.c +++ b/src/haikuterm.c @@ -1749,7 +1749,7 @@ haiku_draw_image_glyph_string (struct glyph_string *s) 0, 0, s->img->original_width, s->img->original_height, - face->background); + background); } else /* In order to make sure the stipple background remains -- 2.39.5