clarify using stacking_lower for restoring the stacking order

This commit is contained in:
Dana Jansens 2003-03-25 00:54:47 +00:00
parent d286702ed4
commit bdf1662af2

View file

@ -123,7 +123,10 @@ void client_manage_all()
}
XFree(children);
/* stack them as they were on startup! */
/* stack them as they were on startup!
why with stacking_lower? Why, because then windows who aren't in the
stacking list are on the top where you can see them instead of buried
at the bottom! */
for (i = client_startup_stack_size; i > 0; --i) {
Client *c;