More work on the buttons

This commit is contained in:
Jaime Thomas
2008-09-19 16:24:47 +00:00
parent d8709c66eb
commit 7bf6b5f7ae
4 changed files with 50 additions and 11 deletions

View File

@@ -38,6 +38,7 @@
typedef struct _Ecdb_Main Ecdb_Main;
struct _Ecdb_Main
{
char theme_path[PATH_MAX];
Ecore_Evas *main_win_ee;
Ecore_List *drives;
};