mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-20 05:33:47 -04:00
font: font_from_name() returns an allocated font struct
This commit is contained in:
parent
3ca6f9fe0b
commit
a789230cf9
5 changed files with 21 additions and 17 deletions
|
|
@ -366,7 +366,7 @@ struct terminal {
|
|||
struct grid alt;
|
||||
struct grid *grid;
|
||||
|
||||
struct font fonts[4];
|
||||
struct font *fonts[4];
|
||||
struct {
|
||||
int height;
|
||||
int descent;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue