X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fstacking.h;h=c14aa2eddb59e62819f73ae4eb45e2e14a5d92e2;hb=HEAD;hp=e226f36f97572ded36fd86386b2cf3fe3c4ab2a4;hpb=abc67cbdc1c1e61e074f8f312eaecb357cd0aa5c;p=chaz%2Fopenbox diff --git a/openbox/stacking.h b/openbox/stacking.h index e226f36f..c14aa2ed 100644 --- a/openbox/stacking.h +++ b/openbox/stacking.h @@ -40,10 +40,12 @@ 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 */ -void stacking_set_list(); +void stacking_set_list(void); void stacking_add(struct _ObWindow *win); void stacking_add_nonintrusive(struct _ObWindow *win); @@ -56,7 +58,7 @@ void stacking_raise(struct _ObWindow *window); void stacking_temp_raise(struct _ObWindow *window); /*! Restores any temporarily raised windows to their correct place */ -void stacking_restore(); +void stacking_restore(void); /*! Lowers a window below all others in its stacking layer */ void stacking_lower(struct _ObWindow *window);