summaryrefslogtreecommitdiff
path: root/openbox/focus.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-03-27 23:07:47 +0000
committerDana Jansens <danakj@orodu.net>2003-03-27 23:07:47 +0000
commiteee483bb472b0d3e95dd2470aa49656653dd13d6 (patch)
tree07e7001067769627eb7a096f07cd5c6a6f766013 /openbox/focus.h
parent8cc7c8b430370a14893d77311ddeb78a05b89cd2 (diff)
add code to fallback focus
Diffstat (limited to 'openbox/focus.h')
-rw-r--r--openbox/focus.h3
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