clarify using stacking_lower for restoring the stacking order
This commit is contained in:
parent
d286702ed4
commit
bdf1662af2
1 changed files with 4 additions and 1 deletions
|
@ -123,7 +123,10 @@ void client_manage_all()
|
||||||
}
|
}
|
||||||
XFree(children);
|
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) {
|
for (i = client_startup_stack_size; i > 0; --i) {
|
||||||
Client *c;
|
Client *c;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue