summaryrefslogtreecommitdiff
path: root/openbox/action.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-09-26 20:04:29 +0000
committerDana Jansens <danakj@orodu.net>2003-09-26 20:04:29 +0000
commit598bf575c83a7ebc1be9029d70ea4197ced39d99 (patch)
treef0ed1e66ca31625150c1d936a46dce79eb2f19ec /openbox/action.h
parentad29434250f6c34ed2af8f99bed7a4e8d6b5053b (diff)
allow focus and desktop actions to specify a <dialog>yesorno</dialog> value
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 {