X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Faction.h;h=7e3a09c81f5156886ac836ed4038b1adf9b162ba;hb=f1f946ea02814bc06f23d6b402d3e901cce13ee1;hp=c8e91cfa5b654147c6db67622bb8f516fd9df710;hpb=c5d2a9bc98fb7d1ed85c69fc3007ab36b9fd96d5;p=chaz%2Fopenbox diff --git a/openbox/action.h b/openbox/action.h index c8e91cfa..7e3a09c8 100644 --- a/openbox/action.h +++ b/openbox/action.h @@ -2,7 +2,7 @@ action.h for the Openbox window manager Copyright (c) 2006 Mikael Magnusson - Copyright (c) 2003 Ben Jansens + Copyright (c) 2003-2007 Dana Jansens This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -61,6 +61,7 @@ struct InterDirectionalAction{ struct InteractiveAction inter; ObDirection direction; gboolean dialog; + gboolean dock_windows; }; struct DirectionalAction{ @@ -141,11 +142,12 @@ struct CycleWindows { gboolean linear; gboolean forward; gboolean dialog; + gboolean dock_windows; + gboolean all_desktops; }; struct Stacking { struct AnyAction any; - gboolean group; }; union ActionData { @@ -340,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