summaryrefslogtreecommitdiff
path: root/openbox/action.h
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2005-03-11 21:49:54 +0000
committerMikael Magnusson <mikachu@comhem.se>2005-03-11 21:49:54 +0000
commit916e24d9c4e86f878e677512d82647d6038a2dbe (patch)
treef3afa2fa00c55afec5f84f6cb6d04406d15ce66b /openbox/action.h
parent2290916e2e2a9076637b92dcdf5638c1d4716f51 (diff)
Add a FocusToBottom action which moves the client to the bottom of the focus order stack
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 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);