X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fstacking.h;h=083d20249f57559ea92f5df758797257139ccf6d;hb=7120face258ee4bd71fb19ded271665acde6465c;hp=132ef4902491e988ed8fd3a1fe24a59d1c606d77;hpb=496fbac21c0f734aa31d09af01a3362d7fd13231;p=chaz%2Fopenbox 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