projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d286702
)
clarify using stacking_lower for restoring the stacking order
author
Dana Jansens
<danakj@orodu.net>
Tue, 25 Mar 2003 00:54:47 +0000
(
00:54
+0000)
committer
Dana Jansens
<danakj@orodu.net>
Tue, 25 Mar 2003 00:54:47 +0000
(
00:54
+0000)
openbox/client.c
patch
|
blob
|
history
diff --git
a/openbox/client.c
b/openbox/client.c
index b1655eee8fc28849e68d18e3b09d06e42d9b1e7a..c5d1daa67be3516e78f78b833eebb08425f5f356 100644
(file)
--- 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;