From df79dc57677132bf581c9da17ce6d45e56996cdf Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 20 Aug 2003 23:02:26 +0000 Subject: add the 'raiselower' action for raising obscured windows and lowering fully visible ones --- openbox/action.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbox/action.h') 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); -- cgit v1.2.3