mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
sixel: add sixel_destroy()
This commit is contained in:
parent
6f84b79810
commit
bb82b9fabc
3 changed files with 22 additions and 14 deletions
2
sixel.h
2
sixel.h
|
|
@ -5,3 +5,5 @@
|
|||
void sixel_init(struct terminal *term);
|
||||
void sixel_put(struct terminal *term, uint8_t c);
|
||||
void sixel_unhook(struct terminal *term);
|
||||
|
||||
void sixel_destroy(struct sixel *sixel);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue