From 42d2496b75a3129b91fc811d0eacdc565d35c924 Mon Sep 17 00:00:00 2001 From: englebass Date: Mon, 15 Dec 2008 20:49:59 +0000 Subject: [PATCH] Fix hash foreach cb. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@38155 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/modules/engines/xrender_x11/evas_engine_font.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/engines/xrender_x11/evas_engine_font.c b/src/modules/engines/xrender_x11/evas_engine_font.c index 11c0b20..9358214 100644 --- a/src/modules/engines/xrender_x11/evas_engine_font.c +++ b/src/modules/engines/xrender_x11/evas_engine_font.c @@ -128,8 +128,8 @@ _xre_font_surface_new(Ximage_Info *xinf, RGBA_Font_Glyph *fg) return fs; } -static Evas_Bool -_xre_font_pool_cb(const Eina_Hash *hash, const char *key, void *data, void *fdata) +static Eina_Bool +_xre_font_pool_cb(const Eina_Hash *hash, const void *key, void *data, void *fdata) { Eina_Hash *pool; XR_Font_Surface *fs; -- 2.7.4