]> 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 7e3a09c81f5156886ac836ed4038b1adf9b162ba..ecb199ce11814fd590864af8b03eaf588b7b3edb 100644 (file)
@@ -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;
 };
 
This page took 0.020975 seconds and 4 git commands to generate.