From 9f11e2af6b230c168814c362bd1647c481e0330a Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 23 Apr 2007 22:40:33 +0000 Subject: cycling between dock windows now possible with the yes option --- 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 cab6506e..40391460 100644 --- a/openbox/action.h +++ b/openbox/action.h @@ -61,6 +61,7 @@ struct InterDirectionalAction{ struct InteractiveAction inter; ObDirection direction; gboolean dialog; + gboolean dock_windows; }; struct DirectionalAction{ @@ -141,6 +142,7 @@ struct CycleWindows { gboolean linear; gboolean forward; gboolean dialog; + gboolean dock_windows; }; struct Stacking { -- cgit v1.2.3