Enlightenment CVS committal Author : doursse Project : e17 Module : libs/evas
Dir : e17/libs/evas/src/lib/include Modified Files: evas_common.h 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/include/evas_common.h,v retrieving revision 1.104 retrieving revision 1.105 diff -u -3 -r1.104 -r1.105 --- evas_common.h 3 Jun 2008 09:09:35 -0000 1.104 +++ evas_common.h 2 Jul 2008 04:44:38 -0000 1.105 @@ -132,8 +132,6 @@ typedef struct _Evas_Object_List Evas_Object_List; -typedef struct _Evas_Hash_El Evas_Hash_El; - typedef struct _Image_Entry Image_Entry; typedef struct _Image_Entry_Flags Image_Entry_Flags; typedef struct _Engine_Image_Entry Engine_Image_Entry; @@ -252,13 +250,6 @@ { int population; Evas_Object_List *buckets[256]; -}; - -struct _Evas_Hash_El -{ - Evas_Object_List _list_data; - const char *key; - void *data; }; struct _RGBA_Image_Loadopts ------------------------------------------------------------------------- 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