X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Faction.h;h=ba5ff22359ca997981c5a7857596faae972698e6;hb=d6cb5adbeaf0b7fbb55aca942ae5b8f62f77b4ea;hp=e0ea0d566d8c7b8e650122d2c07fc5679b7ce958;hpb=5a7953b36aa0e23ae21f707d9fb8b6b9e882946d;p=chaz%2Fopenbox diff --git a/openbox/action.h b/openbox/action.h index e0ea0d56..ba5ff223 100644 --- a/openbox/action.h +++ b/openbox/action.h @@ -12,7 +12,7 @@ struct AnyAction { Client *c; }; -struct DirectionalFocus { +struct DirectionalAction{ Client *c; int direction; }; @@ -78,7 +78,7 @@ struct CycleWindows { union ActionData { struct AnyAction any; - struct DirectionalFocus dfocus; + struct DirectionalAction diraction; struct Execute execute; struct ClientAction client; struct MoveResizeRelative relative; @@ -206,4 +206,5 @@ void action_showmenu(union ActionData *data); void action_cycle_windows(union ActionData *data); void action_directional_focus(union ActionData *data); +void action_movetoedge(union ActionData *data); #endif