ion->notion
[notion/jeffpc.git] / ioncore / conf-bindings.h
blob31b50da3a6bc2f4f91884c445810347d33cc76e7
1 /*
2 * ion/ioncore/conf-bindings.h
4 * Copyright (c) Tuomo Valkonen 1999-2009.
6 * See the included file LICENSE for details.
7 */
9 #ifndef ION_IONCORE_CONF_BINDINGS_H
10 #define ION_IONCORE_CONF_BINDINGS_H
12 #include <libtu/map.h>
14 #include "binding.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 */