mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-02 07:15:31 -04:00
box-drawing: don’t inline horizontal-one-eighth-block-N
This commit is contained in:
parent
67e285f16c
commit
1dcdc42091
1 changed files with 1 additions and 1 deletions
|
|
@ -1831,7 +1831,7 @@ draw_dark_shade(struct buf *buf)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void NOINLINE
|
||||||
draw_horizontal_one_eighth_block_n(struct buf *buf, int n)
|
draw_horizontal_one_eighth_block_n(struct buf *buf, int n)
|
||||||
{
|
{
|
||||||
double y = round((double)n * buf->height / 8.);
|
double y = round((double)n * buf->height / 8.);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue