the repository of RSA merge with private repository.
[framework/uifw/e17-extra-modules.git] / comp-tizen / src / e_mod_comp_effect_win_rotation.h
1 #ifdef E_TYPEDEFS
2 #else
3 #ifndef E_MOD_COMP_EFFECT_WIN_ROTATION_H
4 #define E_MOD_COMP_EFFECT_WIN_ROTATION_H
5
6 /* window rotation effect and handler functions */
7 EINTERN Eina_Bool                    e_mod_comp_effect_win_angle_get(E_Comp_Win *cw);
8
9 EINTERN E_Comp_Effect_Zone_Rotation *e_mod_comp_effect_zone_rotation_new(E_Comp_Canvas *canvas);
10 EINTERN void                         e_mod_comp_effect_zone_rotation_free(E_Comp_Effect_Zone_Rotation *zr);
11 EINTERN Eina_Bool                    e_mod_comp_effect_zone_rotation_begin(E_Comp_Effect_Zone_Rotation *zr);
12 EINTERN Eina_Bool                    e_mod_comp_effect_zone_rotation_end(E_Comp_Effect_Zone_Rotation *zr);
13 EINTERN Eina_Bool                    e_mod_comp_effect_zone_rotation_cancel(E_Comp_Effect_Zone_Rotation *zr);
14 EINTERN Eina_Bool                    e_mod_comp_effect_zone_rotation_do(E_Comp_Effect_Zone_Rotation *zr);
15
16 #endif
17 #endif