diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-08-12 08:46:21 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-08-12 08:46:21 +0000 |
| commit | e7ae71db7008c2418090608e9860da024f1c1464 (patch) | |
| tree | 9d53f741218f2aed33e7fd03f8624ad56ba4c547 /openbox/action.h | |
| parent | c1f0f7c40fbbc33157d59b5e3db58a0801af5008 (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.h | 2 |
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 */ |
