X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Ffocus.h;h=af95015cb1d6f6a07766def84e46f650c157ebcd;hb=e2c3582a5c0230cae0571e8f92829b910039f179;hp=cb9a9a99b4f87b4ad8aac6787e3d1a3edbd57b8d;hpb=648c55b829e09c66222a9bbf08d10434622feae2;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