From 7da6e2271e6318611e648b0149411aa581343c09 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 21 May 2003 03:58:32 +0000 Subject: add 'movetoedge' actions --- openbox/action.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'openbox/action.h') 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 -- cgit v1.2.3