efl/legacy/evas/src/modules/engines/software_sdl
Cedric BAIL cdf08d5696 Fix bug when shutting down all engine and still have some font in the cache.
Draw back: When we are destroying an Evas canvas, we loose all cached font
that are not used anymore.

A correct fix would be to link Fndat to the Evas that provide and use them.
And only delete them when no more Evas reference them.


SVN revision: 37353
2008-10-31 10:46:46 +00:00
..
.cvsignore cedric's sdl patch. 2007-07-16 07:25:35 +00:00
Evas_Engine_SDL.h cedric's cache changes patch 2008-04-12 00:32:30 +00:00
Makefile.am Make evas depend on eina. No change in the code yet, so just fix your build system and no bug must show up. 2008-10-13 15:58:56 +00:00
evas_engine.c Fix bug when shutting down all engine and still have some font in the cache. 2008-10-31 10:46:46 +00:00
evas_engine.h Move from Evas_Object_List to Eina_Inlist and completly remove Evas_Object_List. 2008-10-17 11:23:18 +00:00