diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-25 00:54:47 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-25 00:54:47 +0000 |
| commit | bdf1662af23289fd5674252f6caaf63728a186c5 (patch) | |
| tree | 0125df1eda40e9e8fd92fb03372c81cc4aa69295 | |
| parent | d286702ed48ef624cb96840bab147fa53a9ae191 (diff) | |
clarify using stacking_lower for restoring the stacking order
| -rw-r--r-- | openbox/client.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/openbox/client.c b/openbox/client.c index b1655eee..c5d1daa6 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -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; |
