summaryrefslogtreecommitdiff
path: root/openbox/focus_cycle.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-06-22 04:37:33 +0000
committerDana Jansens <danakj@orodu.net>2007-06-22 04:37:33 +0000
commitfbc7607fbd1a380428a53094e727ac7631871bd4 (patch)
treeece58725f6c4d5e8081ffe41ec9d7ff9ac7c0993 /openbox/focus_cycle.h
parent58d8b90122b33f608b5c4c5b91d15207eb2cecf1 (diff)
add the cyclewindows action
Diffstat (limited to 'openbox/focus_cycle.h')
-rw-r--r--openbox/focus_cycle.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/openbox/focus_cycle.h b/openbox/focus_cycle.h
index 2e32805f..3fecc9e4 100644
--- a/openbox/focus_cycle.h
+++ b/openbox/focus_cycle.h
@@ -34,10 +34,10 @@ void focus_cycle_startup(gboolean reconfig);
void focus_cycle_shutdown(gboolean reconfig);
/*! Cycle focus amongst windows. */
-void focus_cycle(gboolean forward, gboolean all_desktops,
- gboolean dock_windows, gboolean desktop_windows,
- gboolean linear, gboolean interactive,
- gboolean dialog, gboolean done, gboolean cancel);
+struct _ObClient* focus_cycle(gboolean forward, gboolean all_desktops,
+ gboolean dock_windows, gboolean desktop_windows,
+ gboolean linear, gboolean interactive,
+ gboolean dialog, gboolean done, gboolean cancel);
void focus_directional_cycle(ObDirection dir, gboolean dock_windows,
gboolean desktop_windows, gboolean interactive,
gboolean dialog, gboolean done, gboolean cancel);