Add beginnings of the theme

This commit is contained in:
Jaime Thomas
2008-08-04 23:28:43 +00:00
parent 51312b72b0
commit cc5eeed0a2
18 changed files with 2902 additions and 6 deletions

View File

@@ -2,6 +2,8 @@
#define ECDB_H
#include "config.h"
#include <Evas.h>
#include <Edje.h>
#include <Ecore.h>
#include <Ecore_Data.h>
#include <Ecore_File.h>
@@ -34,6 +36,7 @@
typedef struct _Ecdb_Main Ecdb_Main;
struct _Ecdb_Main
{
Ecore_Evas *main_win_ee;
Ecore_List *drives;
};