Enlightenment CVS committal
Author : barbieri
Project : e17
Module : libs/evas
Dir : e17/libs/evas/src/modules/engines/xrender_x11
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_x11/evas_engine_font.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- evas_engine_font.c 30 Sep 2006 10:18:36 -0000 1.2
+++ evas_engine_font.c 8 Feb 2008 20:42:10 -0000 1.3
@@ -122,7 +122,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)
{
Evas_Hash *pool;
XR_Font_Surface *fs;
-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs