projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96c43d3
)
Don't set background_filled_p
author
Po Lu
<luangruo@yahoo.com>
Fri, 12 May 2023 03:19:11 +0000
(
03:19
+0000)
committer
Po Lu
<luangruo@yahoo.com>
Fri, 12 May 2023 03:20:26 +0000
(
03:20
+0000)
* src/haikufont.c (haikufont_draw): Don't set
`background_filled_p' when filling the background.
src/haikufont.c
patch
|
blob
|
history
diff --git
a/src/haikufont.c
b/src/haikufont.c
index b4c2e5472477996e694f43cce8de990672b1627b..b6a9cb34c4d4b27bbea05f5304f2c87d0cafe766 100644
(file)
--- 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);