diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-04-23 22:40:33 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-04-23 22:40:33 +0000 |
| commit | 9f11e2af6b230c168814c362bd1647c481e0330a (patch) | |
| tree | 316204b8e2025978d808f4fa6806c764df1cda40 /openbox/action.h | |
| parent | 33e017838fa6f2747f2ec217843fa7a08f6b516e (diff) | |
cycling between dock windows now possible with the <panels>yes</panels> option
Diffstat (limited to 'openbox/action.h')
| -rw-r--r-- | openbox/action.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 { |
