X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Faction.h;h=8a1726bc5e33e63b2722cd614cd877e668b5219b;hb=0b646b4e891dacb70f41a43307cbb0dd7304f92a;hp=7e3a09c81f5156886ac836ed4038b1adf9b162ba;hpb=a7f65a818c48e272aa9c8c49f2339b46b794078e;p=chaz%2Fopenbox diff --git a/openbox/action.h b/openbox/action.h index 7e3a09c8..8a1726bc 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{ @@ -128,8 +129,8 @@ struct DesktopDirection { struct MoveResize { struct AnyAction any; - gboolean move; gboolean keyboard; + guint32 corner; }; struct ShowMenu { @@ -143,6 +144,7 @@ struct CycleWindows { gboolean forward; gboolean dialog; gboolean dock_windows; + gboolean desktop_windows; gboolean all_desktops; }; @@ -312,8 +314,10 @@ void action_desktop_dir(union ActionData *data); void action_desktop_last(union ActionData *data); /* ClientAction */ void action_toggle_decorations(union ActionData *data); -/* MoveResize */ -void action_moveresize(union ActionData *data); +/* Move */ +void action_move(union ActionData *data); +/* Resize */ +void action_resize(union ActionData *data); /* Any */ void action_reconfigure(union ActionData *data); /* Execute */