From 1d1aef75a0a4ab016243336fce0a69d00623caf8 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 12 May 2007 17:16:01 +0000 Subject: add yes option for Next/Previous window and directional focus actions --- openbox/action.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbox/action.h') diff --git a/openbox/action.h b/openbox/action.h index 7e3a09c8..ecb199ce 100644 --- a/openbox/action.h +++ b/openbox/action.h @@ -62,6 +62,7 @@ struct InterDirectionalAction{ ObDirection direction; gboolean dialog; gboolean dock_windows; + gboolean desktop_windows; }; struct DirectionalAction{ @@ -143,6 +144,7 @@ struct CycleWindows { gboolean forward; gboolean dialog; gboolean dock_windows; + gboolean desktop_windows; gboolean all_desktops; }; -- cgit v1.2.3