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 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;
};