Cleanup load_font(), make it caching
This commit is contained in:
@ -106,6 +106,8 @@ struct Font {
|
||||
int height;
|
||||
/* The xcb-id for the font */
|
||||
xcb_font_t id;
|
||||
|
||||
TAILQ_ENTRY(Font) fonts;
|
||||
};
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user