X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Faction.h;h=7e3a09c81f5156886ac836ed4038b1adf9b162ba;hb=280529221e9349aa07c6c498df6b80b3a8951198;hp=4039146041e6dc945b6aea1f4375364df1a32116;hpb=9f11e2af6b230c168814c362bd1647c481e0330a;p=chaz%2Fopenbox diff --git a/openbox/action.h b/openbox/action.h index 40391460..7e3a09c8 100644 --- a/openbox/action.h +++ b/openbox/action.h @@ -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