X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fstacking.h;h=c14aa2eddb59e62819f73ae4eb45e2e14a5d92e2;hb=c1d21a1a6d88189ab3c5569b2b776d846bb6c11a;hp=773f65887677881766be2b51f5d50d2cc8bdc829;hpb=50d662681160c309ea86268c0d05794b87b75593;p=chaz%2Fopenbox diff --git a/openbox/stacking.h b/openbox/stacking.h index 773f6588..c14aa2ed 100644 --- a/openbox/stacking.h +++ b/openbox/stacking.h @@ -40,6 +40,8 @@ typedef enum { /* list of ObWindow*s in stacking order from highest to lowest */ extern GList *stacking_list; +/* list of ObWindow*s in stacking order from lowest to highest */ +extern GList *stacking_list_tail; /*! Sets the window stacking list on the root window from the stacking_list */