]> git.decadent.org.uk Git - ion3.git/blobdiff - ioncore/focus.c
Add 20081002-1.
[ion3.git] / ioncore / focus.c
index baada3eaca81915f12c512efa570f79749e92200..f80a5f20c5ddada600224003eb8e9f18551c24a2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * ion/ioncore/focus.c
  *
- * Copyright (c) Tuomo Valkonen 1999-2007
+ * Copyright (c) Tuomo Valkonen 1999-2008
  *
  * See the included file LICENSE for details.
  */
@@ -308,7 +308,7 @@ bool region_is_active(WRegion *reg, bool pseudoact_ok)
 }
 
 
-static bool region_manager_is_focusnext(WRegion *reg)
+bool region_manager_is_focusnext(WRegion *reg)
 {
     if(reg==NULL || ioncore_g.focus_next==NULL)
         return FALSE;