Tizen 2.1 release
[platform/core/uifw/e17.git] / src / modules / comp / e_mod_comp.h
1 #ifdef E_TYPEDEFS
2 #else
3 #ifndef E_MOD_COMP_H
4 #define E_MOD_COMP_H
5
6 typedef struct _E_Comp      E_Comp;
7 typedef struct _E_Comp_Win  E_Comp_Win;
8 typedef struct _E_Comp_Zone E_Comp_Zone;
9
10 Eina_Bool e_mod_comp_init(void);
11 void      e_mod_comp_shutdown(void);
12
13 void      e_mod_comp_shadow_set(void);
14
15 #endif
16 #endif