font: rename fc_loaded_fonts -> fc_loaded_fallbacks

This commit is contained in:
Daniel Eklöf 2019-10-17 17:06:42 +02:00
parent 6f52b86105
commit af85c10127
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 12 additions and 11 deletions

2
font.h
View file

@ -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;
};