diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-09-26 20:04:29 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-09-26 20:04:29 +0000 |
| commit | 598bf575c83a7ebc1be9029d70ea4197ced39d99 (patch) | |
| tree | f0ed1e66ca31625150c1d936a46dce79eb2f19ec /openbox/action.h | |
| parent | ad29434250f6c34ed2af8f99bed7a4e8d6b5053b (diff) | |
allow focus and desktop actions to specify a <dialog>yesorno</dialog> value
Diffstat (limited to 'openbox/action.h')
| -rw-r--r-- | openbox/action.h | 2 |
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 { |
