1.[E_BORDER] Change code to hide the client window in _e_border_cb_window_hide().
[platform/core/uifw/e17.git] / src / bin / e_xkb.h
1 #ifdef E_TYPEDEFS
2 #else
3 #ifndef E_XKB_H
4 #define E_XKB_H
5
6 EAPI int e_xkb_init(void);
7 EAPI int e_xkb_shutdown(void);
8 EAPI void e_xkb_update(int);
9 EAPI void e_xkb_layout_next(void);
10 EAPI void e_xkb_layout_prev(void);
11 EAPI void e_xkb_layout_set(const char *name);
12 EAPI const char *e_xkb_layout_name_reduce(const char *name);
13 EAPI void e_xkb_e_icon_flag_setup(Evas_Object *eicon, const char *name);
14 EAPI void e_xkb_flag_file_get(char *buf, size_t bufsize, const char *name);
15
16 extern EAPI int E_EVENT_XKB_CHANGED;
17
18 #endif
19 #endif