From 916e24d9c4e86f878e677512d82647d6038a2dbe Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Fri, 11 Mar 2005 21:49:54 +0000 Subject: Add a FocusToBottom action which moves the client to the bottom of the focus order stack --- 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 03582875..3ef5aa73 100644 --- a/openbox/action.h +++ b/openbox/action.h @@ -230,6 +230,8 @@ void action_unfocus(union ActionData *data); /* ClientAction */ void action_iconify(union ActionData *data); /* ClientAction */ +void action_focus_order_to_bottom(union ActionData *data); +/* ClientAction */ void action_raiselower(union ActionData *data); /* ClientAction */ void action_raise(union ActionData *data); -- cgit v1.2.3