]> git.decadent.org.uk Git - ion3.git/blobdiff - ioncore/bindmaps.h
Imported Upstream version 20090110
[ion3.git] / ioncore / bindmaps.h
index bef0ae08b4e4edd2a6a76a9b8d3b8b924407666d..19dbed1b10e3d7070ddd8e7db85643f52bc3b4a3 100644 (file)
@@ -1,12 +1,9 @@
 /*
  * ion/ioncore/bindmaps.h
  *
- * Copyright (c) Tuomo Valkonen 1999-2006
+ * Copyright (c) Tuomo Valkonen 1999-2009
  *
- * Ion is free software; you can redistribute it and/or modify it under
- * the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation; either version 2.1 of the License, or
- * (at your option) any later version.
+ * See the included file LICENSE for details.
  */
 
 #include <libtu/map.h>
@@ -15,7 +12,7 @@
 #ifndef ION_IONCORE_BINDMAP_H
 #define ION_IONCORE_BINDMAP_H
 
-extern WBindmap *ioncore_rootwin_bindmap;
+extern WBindmap *ioncore_screen_bindmap;
 extern WBindmap *ioncore_mplex_bindmap;
 extern WBindmap *ioncore_mplex_toplevel_bindmap;
 extern WBindmap *ioncore_frame_bindmap;
@@ -42,5 +39,11 @@ extern WBindmap *ioncore_lookup_bindmap(const char *name);
 extern bool ioncore_do_defbindings(const char *name, ExtlTab tab);
 extern ExtlTab ioncore_do_getbindings();
 
+extern WBindmap *ioncore_create_cycle_bindmap(uint kcb, uint state, 
+                                              ExtlFn cycle, ExtlFn bcycle);
+extern WBindmap *region_add_cycle_bindmap(WRegion *reg, 
+                                          uint kcb, uint state, 
+                                          ExtlFn cycle, ExtlFn bcycle);
+
 #endif /* ION_IONCORE_BINDMAP_H */