mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-31 07:11:09 -04:00
font: rename fc_loaded_fonts -> fc_loaded_fallbacks
This commit is contained in:
parent
6f52b86105
commit
af85c10127
2 changed files with 12 additions and 11 deletions
2
font.h
2
font.h
|
|
@ -58,7 +58,7 @@ struct font {
|
|||
FcPattern *fc_pattern;
|
||||
FcFontSet *fc_fonts;
|
||||
int fc_idx;
|
||||
struct font **fc_loaded_fonts; /* fc_fonts->nfont array */
|
||||
struct font **fc_loaded_fallbacks; /* fc_fonts->nfont array */
|
||||
|
||||
hash_entry_t **cache;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue