X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ioncore%2Ffocus.h;h=5c702e8cfdb6634154d44528bee36f5db150748b;hb=df57861c962a50bfbf57f276d288395fe0c6a4b6;hp=9f16415fcbd8cbd9ccbb448469c680b95ea8ed3e;hpb=ae4260bb64817c11f9a7140324cd3e3ba113e297;p=ion3.git diff --git a/ioncore/focus.h b/ioncore/focus.h index 9f16415..5c702e8 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-2008. * * See the included file LICENSE for details. */ @@ -41,7 +41,7 @@ extern void region_lost_focus(WRegion *reg); extern bool region_may_control_focus(WRegion *reg); /* Does reg have focus? */ -extern bool region_is_active(WRegion *reg); +extern bool region_is_active(WRegion *reg, bool pseudoact_ok); /* Focus history */ extern void region_focuslist_remove_with_mgrs(WRegion *reg);