summaryrefslogtreecommitdiff
path: root/openbox/action.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-03-29 00:58:50 +0000
committerDana Jansens <danakj@orodu.net>2003-03-29 00:58:50 +0000
commit9d136ab7983ac5bc6f640199032f6b76e8328e82 (patch)
tree3d174824743fe5ecb88bfe015423f1f3e8b70512 /openbox/action.h
parentf154f7b548e1c3ec668d07940905b37a4938bb09 (diff)
add unshaderaise and shadelower actions from Mikachu
Diffstat (limited to 'openbox/action.h')
-rw-r--r--openbox/action.h4
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);