diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-05-21 03:58:32 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-05-21 03:58:32 +0000 |
| commit | 7da6e2271e6318611e648b0149411aa581343c09 (patch) | |
| tree | a641b32790affb6237b07e224f0996b3a2e7fca9 /openbox/action.h | |
| parent | 9f501638b55f023a6dff7c557f208083df74e4c9 (diff) | |
add 'movetoedge' actions
Diffstat (limited to 'openbox/action.h')
| -rw-r--r-- | openbox/action.h | 5 |
1 files changed, 3 insertions, 2 deletions
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 |
