summaryrefslogtreecommitdiff
path: root/openbox/action.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-12 17:16:01 +0000
committerDana Jansens <danakj@orodu.net>2007-05-12 17:16:01 +0000
commit1d1aef75a0a4ab016243336fce0a69d00623caf8 (patch)
treed73b1a065d92cdd167fc31ea9e451f16317657ab /openbox/action.h
parentd3ecb7c127edc6fd16059f786818bde71b9540a7 (diff)
add <desktop>yes</desktop> option for Next/Previous window and directional focus actions
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;
};