X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fstacking.h;h=241512497ebc99f63f618136549ad0c0f30096cd;hb=ebf24d5224781e47b62cf20fb3852ef9782f200b;hp=083d20249f57559ea92f5df758797257139ccf6d;hpb=7120face258ee4bd71fb19ded271665acde6465c;p=chaz%2Fopenbox diff --git a/openbox/stacking.h b/openbox/stacking.h index 083d2024..24151249 100644 --- a/openbox/stacking.h +++ b/openbox/stacking.h @@ -19,7 +19,7 @@ typedef enum { } ObStackingLayer; /* list of ObWindow*s in stacking order from highest to lowest */ -extern GList *stacking_list; +extern GList *stacking_list; /*! Sets the window stacking list on the root window from the stacking_list */ @@ -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