]> Dogcows Code - chaz/openbox/commitdiff
clarify that stacking_below sucks
authorDana Jansens <danakj@orodu.net>
Mon, 25 Aug 2003 07:44:33 +0000 (07:44 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 25 Aug 2003 07:44:33 +0000 (07:44 +0000)
openbox/stacking.h

index 083d20249f57559ea92f5df758797257139ccf6d..8a8ca0999395b830eef4d2b3614030f29aee75bc 100644 (file)
@@ -35,7 +35,10 @@ void stacking_raise(ObWindow *window);
 /*! 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
This page took 0.022988 seconds and 4 git commands to generate.