summaryrefslogtreecommitdiff
path: root/openbox/focus.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/focus.h')
-rw-r--r--openbox/focus.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/openbox/focus.h b/openbox/focus.h
index ce2c4d05..1c95faa0 100644
--- a/openbox/focus.h
+++ b/openbox/focus.h
@@ -60,9 +60,10 @@ void focus_fallback(ObFocusFallbackType type);
/*! Cycle focus amongst windows. */
void focus_cycle(gboolean forward, gboolean linear, gboolean interactive,
- gboolean dialog, gboolean done, gboolean cancel);
+ gboolean dialog, gboolean done, gboolean cancel, Time time);
void focus_directional_cycle(ObDirection dir, gboolean interactive,
- gboolean dialog, gboolean done, gboolean cancel);
+ gboolean dialog, gboolean done, gboolean cancel,
+ Time time);
void focus_cycle_draw_indicator();
/*! Add a new client into the focus order */