]> Dogcows Code - chaz/openbox/blobdiff - openbox/stacking.h
Merge branch 'master' into chaz
[chaz/openbox] / openbox / stacking.h
index 773f65887677881766be2b51f5d50d2cc8bdc829..c14aa2eddb59e62819f73ae4eb45e2e14a5d92e2 100644 (file)
@@ -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 */
This page took 0.025222 seconds and 4 git commands to generate.