summaryrefslogtreecommitdiff
path: root/openbox/focus.h
diff options
context:
space:
mode:
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