summaryrefslogtreecommitdiff
path: root/openbox/focus.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-06 05:51:08 +0000
committerDana Jansens <danakj@orodu.net>2007-05-06 05:51:08 +0000
commita7f65a818c48e272aa9c8c49f2339b46b794078e (patch)
treecfa2dff31be09bf386c09edd4ae6f8e22ca2a735 /openbox/focus.h
parent857245960e4a35f9307f1b6124a4b7b4e726298b (diff)
add an allDesktops option to Next/PreviousWindow to alt-tab across all desktops.
Diffstat (limited to 'openbox/focus.h')
-rw-r--r--openbox/focus.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbox/focus.h b/openbox/focus.h
index b838ab55..1c8cb157 100644
--- a/openbox/focus.h
+++ b/openbox/focus.h
@@ -52,7 +52,8 @@ struct _ObClient* focus_fallback_target(gboolean allow_refocus,
void focus_fallback(gboolean allow_refocus);
/*! Cycle focus amongst windows. */
-void focus_cycle(gboolean forward, gboolean dock_windows,
+void focus_cycle(gboolean forward, gboolean all_desktops,
+ gboolean dock_windows,
gboolean linear, gboolean interactive,
gboolean dialog, gboolean done, gboolean cancel);
void focus_directional_cycle(ObDirection dir, gboolean dock_windows,