all repos — openbox @ 4739cf190b7294ee8c71375698bec5d18d958859

openbox fork - make it a bit more like ryudo

clarify that stacking_below sucks
Dana Jansens danakj@orodu.net
commit

4739cf190b7294ee8c71375698bec5d18d958859

parent

7120face258ee4bd71fb19ded271665acde6465c

1 files changed, 4 insertions(+), 1 deletions(-)

jump to
M openbox/stacking.hopenbox/stacking.h

@@ -35,7 +35,10 @@

/*! 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 */ +/*! Moves a window below another if its in the same layer. + This function does not enforce stacking rules IRT transients n such, and so + it should really ONLY be used to restore stacking orders from saved sessions +*/ void stacking_below(ObWindow *window, ObWindow *below); #endif