mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-09 10:06:20 -05:00
box_drawing(): mark function as ‘cold’
This commit is contained in:
parent
5b167bd185
commit
705cb9cfb0
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue