]> Dogcows Code - chaz/openbox/blobdiff - openbox/action.h
add <desktop>yes</desktop> option for Next/Previous window and directional focus...
[chaz/openbox] / openbox / action.h
index 4039146041e6dc945b6aea1f4375364df1a32116..ecb199ce11814fd590864af8b03eaf588b7b3edb 100644 (file)
@@ -62,6 +62,7 @@ struct InterDirectionalAction{
     ObDirection direction;
     gboolean dialog;
     gboolean dock_windows;
+    gboolean desktop_windows;
 };
 
 struct DirectionalAction{
@@ -143,6 +144,8 @@ struct CycleWindows {
     gboolean forward;
     gboolean dialog;
     gboolean dock_windows;
+    gboolean desktop_windows;
+    gboolean all_desktops;
 };
 
 struct Stacking {
@@ -341,5 +344,7 @@ void action_toggle_show_desktop(union ActionData *data);
 void action_show_desktop(union ActionData *data);
 /* Any */
 void action_unshow_desktop(union ActionData *data);
+/* Any */
+void action_break_chroot(union ActionData *data);
 
 #endif
This page took 0.023207 seconds and 4 git commands to generate.