2 * ion/ioncore/conf-bindings.h
4 * Copyright (c) Tuomo Valkonen 1999-2009.
6 * See the included file LICENSE for details.
9 #ifndef ION_IONCORE_CONF_BINDINGS_H
10 #define ION_IONCORE_CONF_BINDINGS_H
12 #include <libtu/map.h>
15 #include <libextl/extl.h>
17 extern bool bindmap_defbindings(WBindmap
*bindmap
, ExtlTab tab
, bool submap
);
18 extern ExtlTab
bindmap_getbindings(WBindmap
*bindmap
);
20 extern bool ioncore_parse_keybut(const char *str
,
21 uint
*mod_ret
, uint
*ksb_ret
,
22 bool button
, bool init_any
);
24 #endif /* ION_IONCORE_CONF_BINDINGS_H */