Enlightenment CVS committal Author : barbieri Project : e17 Module : libs/evas
Dir : e17/libs/evas/src/modules/engines/xrender_xcb Modified Files: evas_engine_font.c Log Message: Partial fix to evas_hash_foreach() const change. This fixes the prototype, however it still issues a warning about a real bug: calling evas_hash_modify() during evas_hash_foreach() =================================================================== RCS file: /cvs/e/e17/libs/evas/src/modules/engines/xrender_xcb/evas_engine_font.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- evas_engine_font.c 10 Oct 2006 19:15:48 -0000 1.4 +++ evas_engine_font.c 8 Feb 2008 20:42:10 -0000 1.5 @@ -129,7 +129,7 @@ } static Evas_Bool -_xre_font_pool_cb(Evas_Hash *hash, const char *key, void *data, void *fdata) +_xre_font_pool_cb(const Evas_Hash *hash, const char *key, void *data, void *fdata) { char buf[256]; Evas_Hash *pool; ------------------------------------------------------------------------- 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