mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-11 04:27:49 -05:00
grid: add grid_free()
This commit is contained in:
parent
ebf8070244
commit
bb74fe3f7d
3 changed files with 18 additions and 14 deletions
2
grid.h
2
grid.h
|
|
@ -4,6 +4,8 @@
|
|||
#include "debug.h"
|
||||
#include "terminal.h"
|
||||
|
||||
void grid_free(struct grid *grid);
|
||||
|
||||
void grid_swap_row(struct grid *grid, int row_a, int row_b);
|
||||
struct row *grid_row_alloc(int cols, bool initialize);
|
||||
void grid_row_free(struct row *row);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue