]> git.decadent.org.uk Git - ion3.git/blobdiff - ioncore/focus.c
Update cfg_kludge_flash for Flash 10
[ion3.git] / ioncore / focus.c
index bbba50d1a66748e1cfb0d6aa30556c2f6d9b2260..ee3fd86ab796625077e6101b5b8460bdf2d9cc1b 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * ion/ioncore/focus.c
  *
- * Copyright (c) Tuomo Valkonen 1999-2008
+ * Copyright (c) Tuomo Valkonen 1999-2009
  *
  * 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;