summaryrefslogtreecommitdiff
path: root/openbox/action.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/action.h')
-rw-r--r--openbox/action.h2
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 {