summaryrefslogtreecommitdiff
path: root/openbox/action.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/action.h')
-rw-r--r--openbox/action.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/openbox/action.h b/openbox/action.h
index 3b991a67..03582875 100644
--- a/openbox/action.h
+++ b/openbox/action.h
@@ -134,6 +134,11 @@ struct CycleWindows {
gboolean dialog;
};
+struct Stacking {
+ struct AnyAction any;
+ gboolean group;
+};
+
union ActionData {
struct AnyAction any;
struct InteractiveAction inter;
@@ -151,6 +156,7 @@ union ActionData {
struct ShowMenu showmenu;
struct CycleWindows cycle;
struct Layer layer;
+ struct Stacking stacking;
};
struct _ObAction {