]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix Android build
authorPo Lu <luangruo@yahoo.com>
Sun, 28 Apr 2024 04:03:07 +0000 (12:03 +0800)
committerEshel Yaron <me@eshelyaron.com>
Mon, 29 Apr 2024 15:05:34 +0000 (17:05 +0200)
* src/androidterm.c (android_draw_glyph_string): Omit extraneous
argument to android_fill_rectangle.

(cherry picked from commit ae9c76e588e5f64bfe1517a910d2cd6f54e9975a)

src/androidterm.c

index 9f25c507a236e68e4cdef6080ec2b474ab071122..25b7fa97ebcfd1bab157eda7bf6559a5b2d23371 100644 (file)
@@ -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)