From 67e285f16cdb1f0e85caa1c2921c022f2c9d5b03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Tue, 3 Aug 2021 20:53:39 +0200 Subject: [PATCH] =?UTF-8?q?box-drawing:=20don=E2=80=99t=20inline=20light?= =?UTF-8?q?=20diagional?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- box-drawing.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/box-drawing.c b/box-drawing.c index 85a2d4be..8ed84f04 100644 --- a/box-drawing.c +++ b/box-drawing.c @@ -1432,7 +1432,7 @@ draw_box_drawings_light_arc(struct buf *buf, wchar_t wc) } } -static void +static void NOINLINE draw_box_drawings_light_diagonal_upper_right_to_lower_left(struct buf *buf) { pixman_trapezoid_t trap = { @@ -1463,7 +1463,7 @@ draw_box_drawings_light_diagonal_upper_right_to_lower_left(struct buf *buf) pixman_rasterize_trapezoid(buf->pix, &trap, 0, 0); } -static void +static void NOINLINE draw_box_drawings_light_diagonal_upper_left_to_lower_right(struct buf *buf) { pixman_trapezoid_t trap = {