Enlightenment CVS committal Author : barbieri Project : e17 Module : libs/evas
Dir : e17/libs/evas/src/lib/engines/common Modified Files: evas_font_main.c Log Message: Patch by Cedric to really shutdown font system. every thing is not really cleaned on shutdown (It make it crash, if you shutdown completely the font system and then restart it again). Author: Cedric BAIL =================================================================== RCS file: /cvs/e/e17/libs/evas/src/lib/engines/common/evas_font_main.c,v retrieving revision 1.30 retrieving revision 1.31 diff -u -3 -r1.30 -r1.31 --- evas_font_main.c 13 Sep 2007 14:24:15 -0000 1.30 +++ evas_font_main.c 15 Feb 2008 14:43:51 -0000 1.31 @@ -25,7 +25,12 @@ initialised--; if (initialised != 0) return; + + evas_common_font_cache_set(0); + evas_common_font_flush(); + error = FT_Done_FreeType(evas_ft_lib); + evas_ft_lib = 0; } EAPI int ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs