diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-29 00:58:50 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-29 00:58:50 +0000 |
| commit | 9d136ab7983ac5bc6f640199032f6b76e8328e82 (patch) | |
| tree | 3d174824743fe5ecb88bfe015423f1f3e8b70512 /openbox/action.h | |
| parent | f154f7b548e1c3ec668d07940905b37a4938bb09 (diff) | |
add unshaderaise and shadelower actions from Mikachu
Diffstat (limited to 'openbox/action.h')
| -rw-r--r-- | openbox/action.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/openbox/action.h b/openbox/action.h index 95d9bc2c..fae5b647 100644 --- a/openbox/action.h +++ b/openbox/action.h @@ -120,6 +120,10 @@ void action_kill(union ActionData *data); /* ClientAction */ void action_shade(union ActionData *data); /* ClientAction */ +void action_shadelower(union ActionData *data); +/* ClientAction */ +void action_unshaderaise(union ActionData *data); +/* ClientAction */ void action_unshade(union ActionData *data); /* ClientAction */ void action_toggle_shade(union ActionData *data); |
