From e1a51bdf10b336a0cc4779ebb6f62b55273c22e1 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 9 Jun 2010 10:38:55 -0400 Subject: keep stacking_list_tail a pointer to the tail of the stacking list --- openbox/stacking.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbox/stacking.h') 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 */ -- cgit v1.2.3