summaryrefslogtreecommitdiff
path: root/openbox/action.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-08-12 08:46:21 +0000
committerDana Jansens <danakj@orodu.net>2003-08-12 08:46:21 +0000
commite7ae71db7008c2418090608e9860da024f1c1464 (patch)
tree9d53f741218f2aed33e7fd03f8624ad56ba4c547 /openbox/action.h
parentc1f0f7c40fbbc33157d59b5e3db58a0801af5008 (diff)
use the new client_directional_edge_search for the movetoedge actions.
add new growtoedge actions.
Diffstat (limited to 'openbox/action.h')
-rw-r--r--openbox/action.h2
1 files changed, 2 insertions, 0 deletions
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 */