From 7120face258ee4bd71fb19ded271665acde6465c Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 25 Aug 2003 07:43:27 +0000 Subject: add stacking_below which moves a window to immediately below another window. use with care it doesn't enforce transient shit etc.. --- openbox/stacking.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'openbox/stacking.h') diff --git a/openbox/stacking.h b/openbox/stacking.h index 132ef490..083d2024 100644 --- a/openbox/stacking.h +++ b/openbox/stacking.h @@ -32,7 +32,10 @@ void stacking_add_nonintrusive(ObWindow *win); /*! Raises a window above all others in its stacking layer */ void stacking_raise(ObWindow *window); -/*! Lowers a client window below all others in its stacking layer */ +/*! Lowers a window below all others in its stacking layer */ void stacking_lower(ObWindow *window); +/*! Moves a window below another if its in the same layer */ +void stacking_below(ObWindow *window, ObWindow *below); + #endif -- cgit v1.2.3