Cleanup load_font(), make it caching

This commit is contained in:
Michael Stapelberg
2009-02-15 02:40:03 +01:00
parent 26944bea99
commit 0917cdda36
2 changed files with 27 additions and 12 deletions

View File

@ -106,6 +106,8 @@ struct Font {
int height;
/* The xcb-id for the font */
xcb_font_t id;
TAILQ_ENTRY(Font) fonts;
};
/*