Moving over to mainly edje

This commit is contained in:
Jaime Thomas
2008-08-04 22:18:34 +00:00
parent 017e115411
commit 51312b72b0
10 changed files with 90 additions and 293 deletions

View File

@ -67,7 +67,7 @@ struct _Ecdb_Project_Info
typedef struct _Ecdb_Source Ecdb_Source;
struct _Ecdb_Source
{
char *dst;
const char *dst;
unsigned char dir:1;
unsigned int num_children;
Ecdb_Source **children;