diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-06-22 14:28:21 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-06-22 14:28:21 +0000 |
| commit | a5c2aadf2778d6ab4105abd457cd2ab21a1172ec (patch) | |
| tree | 53b7e1731fef9a96d5a3b77e28414f2538f25f38 /openbox/actions/all.h | |
| parent | a07465f376b0a33270532501127ec812efe2c2b2 (diff) | |
add lower and raiselower actions
Diffstat (limited to 'openbox/actions/all.h')
| -rw-r--r-- | openbox/actions/all.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/actions/all.h b/openbox/actions/all.h index 01716e39..48b6d1c1 100644 --- a/openbox/actions/all.h +++ b/openbox/actions/all.h @@ -16,5 +16,7 @@ void action_close_startup(); void action_move_startup(); void action_focus_startup(); void action_raise_startup(); +void action_lower_startup(); +void action_raiselower_startup(); #endif |
