Modify to adjust size for language swipe animation in various resolution
[platform/core/uifw/ise-default.git] / src / include / ise-language-change.h
1 #ifndef ISE_LANGUAGE_CHANGE_H_
2 #define ISE_LANGUAGE_CHANGE_H_
3
4 #include <vector>
5 #include <Elementary.h>
6
7 void ise_destroy_space_flick_language_change_popup(void);
8 void ise_show_space_flick_language_change_popup(short int space_button_x, short int space_button_y, short int space_button_width, short int space_button_height);
9
10 #endif /* ISE_LANGUAGE_CHANGE_H_ */