From eee483bb472b0d3e95dd2470aa49656653dd13d6 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 27 Mar 2003 23:07:47 +0000 Subject: add code to fallback focus --- openbox/focus.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openbox/focus.h') 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 -- cgit v1.2.3