From 9d136ab7983ac5bc6f640199032f6b76e8328e82 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 29 Mar 2003 00:58:50 +0000 Subject: add unshaderaise and shadelower actions from Mikachu --- openbox/action.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'openbox/action.h') 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); -- cgit v1.2.3