summaryrefslogtreecommitdiff
path: root/openbox/focus.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-03-19 17:59:16 +0000
committerDana Jansens <danakj@orodu.net>2007-03-19 17:59:16 +0000
commitfb3d2033ba5c9edc198296793dde59341577b9b0 (patch)
tree9a3d9642d97149aac79a43fdb17ba4eb5e091591 /openbox/focus.h
parent7db7d62ceb5064cd204444669f718397707b11d9 (diff)
not passing timestamps sometimes and not others. set event_curtime when client messages provide a timestamp.
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 */