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/action.h | 1 + 1 file changed, 1 insertion(+) (limited to 'openbox/action.h') diff --git a/openbox/action.h b/openbox/action.h index c4c06fa8..7e3a09c8 100644 --- a/openbox/action.h +++ b/openbox/action.h @@ -143,6 +143,7 @@ struct CycleWindows { gboolean forward; gboolean dialog; gboolean dock_windows; + gboolean all_desktops; }; struct Stacking { -- cgit v1.2.3