Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/modules/conf_fonts


Modified Files:
        e_int_config_fonts.c 


Log Message:
fixes for recent evas_hash changes.
actual add func proto for the evas_hash_foreach callback function.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/conf_fonts/e_int_config_fonts.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- e_int_config_fonts.c        5 Dec 2007 02:08:54 -0000       1.5
+++ e_int_config_fonts.c        12 Feb 2008 06:02:17 -0000      1.6
@@ -31,6 +31,8 @@
 static void _class_list_load(E_Config_Dialog_Data *cfdata);
 static void _font_preview_update(E_Config_Dialog_Data *cfdata);
 
+static Evas_Bool _font_hash_cb(const Evas_Hash *hash __UNUSED__, const char 
*key __UNUSED__, void *data, void *fdata);
+
 struct _E_Font_Size_Data
 {
    E_Config_Dialog_Data *cfdata;
@@ -415,7 +417,7 @@
 }
 
 static Evas_Bool
-_font_hash_cb(Evas_Hash *hash, const char *key, void *data, void *fdata)
+_font_hash_cb(const Evas_Hash *hash __UNUSED__, const char *key __UNUSED__, 
void *data, void *fdata)
 {
    E_Config_Dialog_Data *cfdata;
    E_Font_Properties *efp;



-------------------------------------------------------------------------
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

Reply via email to