X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Faction.h;h=ecb199ce11814fd590864af8b03eaf588b7b3edb;hb=1d1aef75a0a4ab016243336fce0a69d00623caf8;hp=4039146041e6dc945b6aea1f4375364df1a32116;hpb=9f11e2af6b230c168814c362bd1647c481e0330a;p=chaz%2Fopenbox diff --git a/openbox/action.h b/openbox/action.h index 40391460..ecb199ce 100644 --- a/openbox/action.h +++ b/openbox/action.h @@ -62,6 +62,7 @@ struct InterDirectionalAction{ ObDirection direction; gboolean dialog; gboolean dock_windows; + gboolean desktop_windows; }; struct DirectionalAction{ @@ -143,6 +144,8 @@ struct CycleWindows { gboolean forward; gboolean dialog; gboolean dock_windows; + gboolean desktop_windows; + gboolean all_desktops; }; struct Stacking { @@ -341,5 +344,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