X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Ffocus.h;h=af95015cb1d6f6a07766def84e46f650c157ebcd;hb=eee483bb472b0d3e95dd2470aa49656653dd13d6;hp=cb9a9a99b4f87b4ad8aac6787e3d1a3edbd57b8d;hpb=8cc7c8b430370a14893d77311ddeb78a05b89cd2;p=chaz%2Fopenbox diff --git a/openbox/focus.h b/openbox/focus.h index cb9a9a99..af95015c 100644 --- a/openbox/focus.h +++ b/openbox/focus.h @@ -22,4 +22,7 @@ void focus_shutdown(); send focus anywhere, its called by the Focus event handlers */ void focus_set_client(struct Client *client); +/*! Call this when you need to focus something! */ +void focus_fallback(gboolean switching_desks); + #endif