summaryrefslogtreecommitdiff
path: root/openbox/stacking.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2010-06-09 10:38:55 -0400
committerDana Jansens <danakj@orodu.net>2010-06-14 12:19:01 -0400
commite1a51bdf10b336a0cc4779ebb6f62b55273c22e1 (patch)
tree34728b6150d071db1ddb919de68b37060bd264c6 /openbox/stacking.h
parent6d95e2441a1ebba1ec108860d08aceee852c6747 (diff)
keep stacking_list_tail a pointer to the tail of the stacking list
Diffstat (limited to 'openbox/stacking.h')
-rw-r--r--openbox/stacking.h2
1 files changed, 2 insertions, 0 deletions
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 */