projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e844b81
)
Fix Android build
author
Po Lu
<luangruo@yahoo.com>
Sun, 28 Apr 2024 04:03:07 +0000
(12:03 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Sun, 28 Apr 2024 04:03:07 +0000
(12:03 +0800)
* src/androidterm.c (android_draw_glyph_string): Omit extraneous
argument to android_fill_rectangle.
src/androidterm.c
patch
|
blob
|
history
diff --git
a/src/androidterm.c
b/src/androidterm.c
index 9f25c507a236e68e4cdef6080ec2b474ab071122..25b7fa97ebcfd1bab157eda7bf6559a5b2d23371 100644
(file)
--- a/
src/androidterm.c
+++ b/
src/androidterm.c
@@
-4279,7
+4279,7
@@
android_draw_glyph_string (struct glyph_string *s)
y = s->ybase + position;
android_fill_rectangle (FRAME_ANDROID_DRAWABLE (s->f),
s->gc, s->x, y, decoration_width,
- thickness
, false
);
+ thickness);
}
if (!s->face->underline_defaulted_p)