X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Faction.h;h=c4c06fa886db8fcde92d45be0bf291346de69e2f;hb=071b5ee301bc847d95b1ae7b5bd6c2c4d225955d;hp=cab6506e9adfc5bd15764f984d13dc7925e6950c;hpb=2442cdfd85e5229c7ee4ac49ca66a7d55ffcb919;p=chaz%2Fopenbox diff --git a/openbox/action.h b/openbox/action.h index cab6506e..c4c06fa8 100644 --- a/openbox/action.h +++ b/openbox/action.h @@ -61,6 +61,7 @@ struct InterDirectionalAction{ struct InteractiveAction inter; ObDirection direction; gboolean dialog; + gboolean dock_windows; }; struct DirectionalAction{ @@ -141,6 +142,7 @@ struct CycleWindows { gboolean linear; gboolean forward; gboolean dialog; + gboolean dock_windows; }; struct Stacking { @@ -339,5 +341,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