Ecore_List -> Eina_List

This commit is contained in:
Jaime Thomas
2008-12-18 18:54:50 +00:00
parent 83705771e3
commit 6a512c1163
8 changed files with 102 additions and 86 deletions

View File

@@ -34,8 +34,8 @@ struct _Ecdb_Main
{
char theme_path[PATH_MAX];
Ecore_Evas *main_win_ee;
Ecore_List *drives;
Ecore_List *dnd_candidates;
Eina_List *drives;
Eina_List *dnd_candidates;
Evas_Object *drop_object;
};