4 * Copyright (c) Tuomo Valkonen 1999-2009.
6 * See the included file LICENSE for details.
9 #ifndef ION_IONCORE_XIC_H
10 #define ION_IONCORE_XIC_H
15 extern XIC
xwindow_create_xic(Window win
);
17 extern bool window_create_xic(WWindow
*wwin
);
19 extern void ioncore_init_xim(void);
21 #endif /* ION_IONCORE_XIC_H */