diff options
author | codewarrior <codewarrior> | 2005-09-20 13:12:25 +0000 |
---|---|---|
committer | codewarrior <codewarrior@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33> | 2005-09-20 13:12:25 +0000 |
commit | c877698d48bb3275b2b0de33494758045f8375db (patch) | |
tree | 3318015dd9aba80bcfe2189639a9447c9da8c3b7 /src/bin/e_configure.h | |
parent | 22c6bc877660185c6c11c187700566799d519602 (diff) | |
download | enlightenment-c877698d48bb3275b2b0de33494758045f8375db.tar.gz |
* data/themes/default_configure.edc
- Rename edc parts to widgets/configure/*
* src/bin/e_configure.c:
- turn E_Configure into a real object
* src/bin/e_configure.h:
- turn E_Configure into a real object, add missing #else
SVN revision: 16800
Diffstat (limited to 'src/bin/e_configure.h')
-rw-r--r-- | src/bin/e_configure.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/bin/e_configure.h b/src/bin/e_configure.h index 78ab991619..6903994d89 100644 --- a/src/bin/e_configure.h +++ b/src/bin/e_configure.h @@ -2,11 +2,16 @@ typedef struct _E_Configure E_Configure; +#else #ifndef E_CONFIGURE_H #define E_CONFIGURE_H +#define E_CONFIGURE_TYPE 0xE0b01014 + struct _E_Configure { + E_Object e_obj_inherit; + E_Container *con; E_Win *win; Evas *evas; |