]> git.decadent.org.uk Git - ion3.git/blob - ioncore/xic.h
Imported Upstream version 20090110
[ion3.git] / ioncore / xic.h
1 /*
2  * ion/ioncore/xic.h
3  *
4  * Copyright (c) Tuomo Valkonen 1999-2009. 
5  *
6  * See the included file LICENSE for details.
7  */
8
9 #ifndef ION_IONCORE_XIC_H
10 #define ION_IONCORE_XIC_H
11
12 #include "common.h"
13 #include "window.h"
14
15 extern XIC xwindow_create_xic(Window win);
16
17 extern bool window_create_xic(WWindow *wwin);
18
19 extern void ioncore_init_xim(void);
20
21 #endif /* ION_IONCORE_XIC_H */