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, 2 insertions, 3 deletions
diff --git a/openbox/focus.h b/openbox/focus.h
index e1d6a6c4..1366cd08 100644
--- a/openbox/focus.h
+++ b/openbox/focus.h
@@ -58,10 +58,9 @@ void focus_fallback(gboolean allow_refocus);
/*! Cycle focus amongst windows. */
void focus_cycle(gboolean forward, gboolean linear, gboolean interactive,
- gboolean dialog, gboolean done, gboolean cancel, Time time);
+ gboolean dialog, gboolean done, gboolean cancel);
void focus_directional_cycle(ObDirection dir, gboolean interactive,
- gboolean dialog, gboolean done, gboolean cancel,
- Time time);
+ gboolean dialog, gboolean done, gboolean cancel);
void focus_cycle_draw_indicator();
/*! Add a new client into the focus order */