From e7ae71db7008c2418090608e9860da024f1c1464 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 12 Aug 2003 08:46:21 +0000 Subject: use the new client_directional_edge_search for the movetoedge actions. add new growtoedge actions. --- openbox/action.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbox/action.h') diff --git a/openbox/action.h b/openbox/action.h index 3ac3ee67..95d15282 100644 --- a/openbox/action.h +++ b/openbox/action.h @@ -211,6 +211,8 @@ void action_cycle_windows(union ActionData *data); void action_directional_focus(union ActionData *data); /* DirectionalAction */ void action_movetoedge(union ActionData *data); +/* DirectionalAction */ +void action_growtoedge(union ActionData *data); /* Layer */ void action_send_to_layer(union ActionData *data); /* Layer */ -- cgit v1.2.3