emacs-diffs
[Top][All Lists]
Advanced

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

master ae9c76e588e: Fix Android build


From: Po Lu
Subject: master ae9c76e588e: Fix Android build
Date: Sun, 28 Apr 2024 00:03:35 -0400 (EDT)

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

    Fix Android build
    
    * src/androidterm.c (android_draw_glyph_string): Omit extraneous
    argument to android_fill_rectangle.
---
 src/androidterm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/androidterm.c b/src/androidterm.c
index 9f25c507a23..25b7fa97ebc 100644
--- 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)



reply via email to

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