From 705cb9cfb001a70f4204a6042e6f0b12032e9f38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Tue, 29 Dec 2020 10:44:27 +0100 Subject: [PATCH] =?UTF-8?q?box=5Fdrawing():=20mark=20function=20as=20?= =?UTF-8?q?=E2=80=98cold=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- box-drawing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/box-drawing.c b/box-drawing.c index bca651da..0d51e704 100644 --- a/box-drawing.c +++ b/box-drawing.c @@ -1511,7 +1511,7 @@ draw_glyph(wchar_t wc, uint8_t *buf, int width, int height, int stride, int dpi) } } -struct fcft_glyph * +struct fcft_glyph * COLD box_drawing(const struct terminal *term, wchar_t wc) { int width = term->cell_width;