summaryrefslogtreecommitdiff
path: root/openbox/action.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-08-20 23:02:26 +0000
committerDana Jansens <danakj@orodu.net>2003-08-20 23:02:26 +0000
commitdf79dc57677132bf581c9da17ce6d45e56996cdf (patch)
treee11212aeb80684612f0d6d278655fea644e47192 /openbox/action.h
parenta09984bbc076bc37b11058237f51fa15114129e2 (diff)
add the 'raiselower' action for raising obscured windows and lowering fully visible ones
Diffstat (limited to 'openbox/action.h')
-rw-r--r--openbox/action.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/action.h b/openbox/action.h
index f84217e3..64bb99de 100644
--- a/openbox/action.h
+++ b/openbox/action.h
@@ -150,6 +150,8 @@ void action_unfocus(union ActionData *data);
/* ClientAction */
void action_iconify(union ActionData *data);
/* ClientAction */
+void action_raiselower(union ActionData *data);
+/* ClientAction */
void action_raise(union ActionData *data);
/* ClientAction */
void action_lower(union ActionData *data);