]> Dogcows Code - chaz/openbox/blobdiff - openbox/action.h
cycling between dock windows now possible with the <panels>yes</panels> option
[chaz/openbox] / openbox / action.h
index cab6506e9adfc5bd15764f984d13dc7925e6950c..4039146041e6dc945b6aea1f4375364df1a32116 100644 (file)
@@ -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 {
This page took 0.02191 seconds and 4 git commands to generate.