Only define LUA when lua is actually on the PATH
[notion/jeffpc.git] / ioncore / xic.h
blobb6acd26fb49621613098d69f7094f913ea417ab8
1 /*
2 * ion/ioncore/xic.h
4 * Copyright (c) Tuomo Valkonen 1999-2009.
6 * See the included file LICENSE for details.
7 */
9 #ifndef ION_IONCORE_XIC_H
10 #define ION_IONCORE_XIC_H
12 #include "common.h"
13 #include "window.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 */