emacs-diffs
[Top][All Lists]
Advanced

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

master a8732cb07aa: Don't set background_filled_p


From: Po Lu
Subject: master a8732cb07aa: Don't set background_filled_p
Date: Thu, 11 May 2023 23:21:33 -0400 (EDT)

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

    Don't set background_filled_p
    
    * src/haikufont.c (haikufont_draw): Don't set
    `background_filled_p' when filling the background.
---
 src/haikufont.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/haikufont.c b/src/haikufont.c
index b4c2e547247..b6a9cb34c4d 100644
--- a/src/haikufont.c
+++ b/src/haikufont.c
@@ -1127,7 +1127,6 @@ haikufont_draw (struct glyph_string *s, int from, int to,
 
       haiku_draw_background_rect (s, s->face, x, y - ascent,
                                  s->width, height);
-      s->background_filled_p = 1;
     }
 
   BView_SetHighColor (view, foreground);



reply via email to

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