Enlightenment CVS committal Author : doursse Project : e17 Module : libs/evas
Dir : e17/libs/evas/src/lib/data Modified Files: evas_hash.c Log Message: * move Evas_Hash_El from evas_common.h to evas_hash.c as it is not used outside evas_hash.c * move data types api from Evas.h to Evas_Data.h =================================================================== RCS file: /cvs/e/e17/libs/evas/src/lib/data/evas_hash.c,v retrieving revision 1.24 retrieving revision 1.25 diff -u -3 -r1.24 -r1.25 --- evas_hash.c 21 May 2008 12:23:47 -0000 1.24 +++ evas_hash.c 2 Jul 2008 04:44:38 -0000 1.25 @@ -1,6 +1,15 @@ #include "evas_common.h" #include "evas_private.h" +typedef struct _Evas_Hash_El Evas_Hash_El; + +struct _Evas_Hash_El +{ + Evas_Object_List _list_data; + const char *key; + void *data; +}; + static inline int _evas_hash_gen(const char *key); static int _evas_hash_alloc_error = 0; ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs