aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPo Lu2022-06-27 06:21:16 +0000
committerPo Lu2022-06-27 06:21:32 +0000
commit0c01f3fa180aad18c4f63c783e3ebef2312e72f9 (patch)
treeacdaf92915febed687692490a46b00f5359a6798 /src
parentd1f63b2b0683a18d9b39faf7a825b89459754a8f (diff)
downloademacs-0c01f3fa180aad18c4f63c783e3ebef2312e72f9.tar.gz
emacs-0c01f3fa180aad18c4f63c783e3ebef2312e72f9.zip
Use correct background for image mask color on Haiku
* src/haikuterm.c (haiku_draw_image_glyph_string): Use adjusted background for image mask.
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 9e84dec1593..9f8aceae642 100644
--- a/src/haikuterm.c
+++ b/src/haikuterm.c
@@ -1749,7 +1749,7 @@ haiku_draw_image_glyph_string (struct glyph_string *s)
1749 0, 0, 1749 0, 0,
1750 s->img->original_width, 1750 s->img->original_width,
1751 s->img->original_height, 1751 s->img->original_height,
1752 face->background); 1752 background);
1753 } 1753 }
1754 else 1754 else
1755 /* In order to make sure the stipple background remains 1755 /* In order to make sure the stipple background remains