Formatting changes.

This commit is contained in:
Jaime Thomas
2008-12-09 05:47:59 +00:00
parent 48f67e3844
commit 7207b1b406
19 changed files with 2112 additions and 2054 deletions

View File

@@ -30,7 +30,7 @@
#undef FREE
#define FREE(dat) \
{ \
if (dat) { free(dat); dat = NULL; } \
if (dat) { free(dat); dat = NULL; } \
}
#undef __UNUSED__
@@ -40,11 +40,11 @@
typedef struct _Ecdb_Main Ecdb_Main;
struct _Ecdb_Main
{
char theme_path[PATH_MAX];
Ecore_Evas *main_win_ee;
Ecore_List *drives;
Ecore_List *dnd_candidates;
Evas_Object *drop_object;
char theme_path[PATH_MAX];
Ecore_Evas *main_win_ee;
Ecore_List *drives;
Ecore_List *dnd_candidates;
Evas_Object *drop_object;
};
extern Ecdb_Main *em;