]> git.decadent.org.uk Git - ion3.git/blobdiff - ioncore/focus.h
Imported Upstream version 20090110
[ion3.git] / ioncore / focus.h
index 5c702e8cfdb6634154d44528bee36f5db150748b..bf7cc06e4ac4295d362b13868cbafcdcf0b74993 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * ion/ioncore/focus.h
  *
- * Copyright (c) Tuomo Valkonen 1999-2008
+ * Copyright (c) Tuomo Valkonen 1999-2009
  *
  * See the included file LICENSE for details.
  */
@@ -39,6 +39,7 @@ extern void region_lost_focus(WRegion *reg);
 
 /* May reg transfer focus to its children? */
 extern bool region_may_control_focus(WRegion *reg);
+extern bool region_manager_is_focusnext(WRegion *reg);
 
 /* Does reg have focus? */
 extern bool region_is_active(WRegion *reg, bool pseudoact_ok);