diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-27 23:07:47 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-27 23:07:47 +0000 |
| commit | eee483bb472b0d3e95dd2470aa49656653dd13d6 (patch) | |
| tree | 07e7001067769627eb7a096f07cd5c6a6f766013 /openbox/focus.h | |
| parent | 8cc7c8b430370a14893d77311ddeb78a05b89cd2 (diff) | |
add code to fallback focus
Diffstat (limited to 'openbox/focus.h')
| -rw-r--r-- | openbox/focus.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
