X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Faction.h;h=7e3a09c81f5156886ac836ed4038b1adf9b162ba;hb=2b658f3d9bbb78ed3904edb44826b27380e80a1a;hp=cab6506e9adfc5bd15764f984d13dc7925e6950c;hpb=2442cdfd85e5229c7ee4ac49ca66a7d55ffcb919;p=chaz%2Fopenbox diff --git a/openbox/action.h b/openbox/action.h index cab6506e..7e3a09c8 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,8 @@ struct CycleWindows { gboolean linear; gboolean forward; gboolean dialog; + gboolean dock_windows; + gboolean all_desktops; }; struct Stacking { @@ -339,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