]> git.decadent.org.uk Git - ion3.git/blobdiff - ioncore/bindmaps.h
[svn-upgrade] Integrating new upstream version, ion3 (20070318)
[ion3.git] / ioncore / bindmaps.h
index bef0ae08b4e4edd2a6a76a9b8d3b8b924407666d..f9e05791793e354c302de44c790dae2f2ab6e62a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * ion/ioncore/bindmaps.h
  *
- * Copyright (c) Tuomo Valkonen 1999-2006
+ * Copyright (c) Tuomo Valkonen 1999-2007
  *
  * 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
@@ -15,7 +15,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 +42,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 */