]> Dogcows Code - chaz/openbox/blobdiff - openbox/action.h
add a notifier for clients changing desktops. use it to update the send-to menu if...
[chaz/openbox] / openbox / action.h
index 4039146041e6dc945b6aea1f4375364df1a32116..7e3a09c81f5156886ac836ed4038b1adf9b162ba 100644 (file)
@@ -143,6 +143,7 @@ struct CycleWindows {
     gboolean forward;
     gboolean dialog;
     gboolean dock_windows;
+    gboolean all_desktops;
 };
 
 struct Stacking {
@@ -341,5 +342,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.020166 seconds and 4 git commands to generate.