X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ioncore%2Ffocus.c;h=f80a5f20c5ddada600224003eb8e9f18551c24a2;hb=2948134dc6273f6d3ea089c4cc273b69e2f8d51e;hp=baada3eaca81915f12c512efa570f79749e92200;hpb=3a5221140c3d59e7e964f9766f490e688a41ef4c;p=ion3.git diff --git a/ioncore/focus.c b/ioncore/focus.c index baada3e..f80a5f2 100644 --- a/ioncore/focus.c +++ b/ioncore/focus.c @@ -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;