summaryrefslogtreecommitdiff
path: root/openbox/focus.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/focus.h')
-rw-r--r--openbox/focus.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/openbox/focus.h b/openbox/focus.h
index 6a86965a..4c8d4c98 100644
--- a/openbox/focus.h
+++ b/openbox/focus.h
@@ -30,8 +30,9 @@ void focus_set_client(struct Client *client);
/*! Call this when you need to focus something! */
void focus_fallback(gboolean switching_desks);
-/*! Cycle focus amongst windows */
-void focus_cycle(gboolean forward, gboolean linear, gboolean done,
- gboolean cancel);
+/*! Cycle focus amongst windows
+ Returns the Client to which focus has been cycled, or NULL if none. */
+struct Client *focus_cycle(gboolean forward, gboolean linear, gboolean done,
+ gboolean cancel);
#endif