X-Git-Url: https://git.decadent.org.uk/gitweb/?p=ion3.git;a=blobdiff_plain;f=ioncore%2Ffocus.c;h=ee3fd86ab796625077e6101b5b8460bdf2d9cc1b;hp=bbba50d1a66748e1cfb0d6aa30556c2f6d9b2260;hb=HEAD;hpb=d851e7d55f99040bdfb6b5e1b799b7d6adad22b2 diff --git a/ioncore/focus.c b/ioncore/focus.c index bbba50d..ee3fd86 100644 --- a/ioncore/focus.c +++ b/ioncore/focus.c @@ -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;