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 bce741a6..222755fc 100644
--- a/openbox/action.h
+++ b/openbox/action.h
@@ -58,6 +58,7 @@ struct InteractiveAction {
struct InterDirectionalAction{
struct InteractiveAction inter;
ObDirection direction;
+ gboolean dialog;
};
struct DirectionalAction{
@@ -130,6 +131,7 @@ struct CycleWindows {
struct InteractiveAction inter;
gboolean linear;
gboolean forward;
+ gboolean dialog;
};
union ActionData {