Evas font: Fixed font cache.

Apparently someone (probably me) broke it a while ago, now it works.

SVN revision: 62694
This commit is contained in:
Tom Hacohen 2011-08-22 14:45:19 +00:00
parent 4cba183f96
commit 54fd7dc69f
1 changed files with 1 additions and 0 deletions

View File

@ -757,6 +757,7 @@ evas_font_load(Evas *evas, Evas_Font_Description *fdesc, const char *source, Eva
if (source) fd->source = eina_stringshare_add(source);
fd->font = font;
fd->wanted_rend = wanted_rend;
fd->size = size;
fd->ref = 1;
fonts_cache = eina_list_prepend(fonts_cache, fd);
#ifdef HAVE_FONTCONFIG