]> git.decadent.org.uk Git - ion3.git/blob - ioncore/conf-bindings.h
[svn-upgrade] Integrating new upstream version, ion3 (20070203)
[ion3.git] / ioncore / conf-bindings.h
1 /*
2  * ion/ioncore/conf-bindings.h
3  *
4  * Copyright (c) Tuomo Valkonen 1999-2007. 
5  *
6  * Ion is free software; you can redistribute it and/or modify it under
7  * the terms of the GNU Lesser General Public License as published by
8  * the Free Software Foundation; either version 2.1 of the License, or
9  * (at your option) any later version.
10  */
11
12 #ifndef ION_IONCORE_CONF_BINDINGS_H
13 #define ION_IONCORE_CONF_BINDINGS_H
14
15 #include <libtu/map.h>
16
17 #include "binding.h"
18 #include <libextl/extl.h>
19
20 extern bool bindmap_defbindings(WBindmap *bindmap, ExtlTab tab, bool submap);
21 extern ExtlTab bindmap_getbindings(WBindmap *bindmap);
22
23 extern bool ioncore_parse_keybut(const char *str, 
24                                  uint *mod_ret, uint *ksb_ret,
25                                  bool button, bool init_any);
26
27 #endif /* ION_IONCORE_CONF_BINDINGS_H */