emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 0c01f3fa18 2/2: Use correct background for image mask color on Ha


From: Po Lu
Subject: master 0c01f3fa18 2/2: Use correct background for image mask color on Haiku
Date: Mon, 27 Jun 2022 02:23:58 -0400 (EDT)

branch: master
commit 0c01f3fa180aad18c4f63c783e3ebef2312e72f9
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    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 9e84dec159..9f8aceae64 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]