Get rid of the theming work I did before... This is better but still needs work on allowing the theme to define custom widgets.

This commit is contained in:
Jaime Thomas
2009-01-27 03:43:17 +00:00
parent e21b89ff7e
commit d5a4dd567d
10 changed files with 379 additions and 898 deletions

View File

@@ -40,6 +40,7 @@ struct _Ecdb_Main
Eina_List *ewl_dnd_candidates;
Evas_Object *evas_drop_object;
Ewl_Widget *ewl_drop_object;
double scalef;
};
extern Ecdb_Main *em;