From a7f65a818c48e272aa9c8c49f2339b46b794078e Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 6 May 2007 05:51:08 +0000 Subject: add an allDesktops option to Next/PreviousWindow to alt-tab across all desktops. --- openbox/focus.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'openbox/focus.h') 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, -- cgit v1.2.3