]> git.decadent.org.uk Git - ion3.git/blob - ioncore/conf-bindings.h
Imported Upstream version 20090110
[ion3.git] / ioncore / conf-bindings.h
1 /*
2  * ion/ioncore/conf-bindings.h
3  *
4  * Copyright (c) Tuomo Valkonen 1999-2009. 
5  *
6  * See the included file LICENSE for details.
7  */
8
9 #ifndef ION_IONCORE_CONF_BINDINGS_H
10 #define ION_IONCORE_CONF_BINDINGS_H
11
12 #include <libtu/map.h>
13
14 #include "binding.h"
15 #include <libextl/extl.h>
16
17 extern bool bindmap_defbindings(WBindmap *bindmap, ExtlTab tab, bool submap);
18 extern ExtlTab bindmap_getbindings(WBindmap *bindmap);
19
20 extern bool ioncore_parse_keybut(const char *str, 
21                                  uint *mod_ret, uint *ksb_ret,
22                                  bool button, bool init_any);
23
24 #endif /* ION_IONCORE_CONF_BINDINGS_H */