X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ioncore%2Ffocus.h;h=bf7cc06e4ac4295d362b13868cbafcdcf0b74993;hb=HEAD;hp=fe0b12039ce820d809624a82cf77abb620b209c7;hpb=3a5221140c3d59e7e964f9766f490e688a41ef4c;p=ion3.git diff --git a/ioncore/focus.h b/ioncore/focus.h index fe0b120..bf7cc06 100644 --- a/ioncore/focus.h +++ b/ioncore/focus.h @@ -1,7 +1,7 @@ /* * ion/ioncore/focus.h * - * Copyright (c) Tuomo Valkonen 1999-2007. + * 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);