mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
box-drawing: make ‘term’ parameter const
This commit is contained in:
parent
44f365bd00
commit
cf0270c1ea
2 changed files with 2 additions and 2 deletions
|
|
@ -3,4 +3,4 @@
|
|||
#include <fcft/fcft.h>
|
||||
|
||||
struct terminal;
|
||||
struct fcft_glyph *box_drawing(struct terminal *term, wchar_t wc);
|
||||
struct fcft_glyph *box_drawing(const struct terminal *term, wchar_t wc);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue