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:
38c776b
)
dont lower below lower layers
author
Dana Jansens
<danakj@orodu.net>
Fri, 28 Mar 2003 03:22:23 +0000
(
03:22
+0000)
committer
Dana Jansens
<danakj@orodu.net>
Fri, 28 Mar 2003 03:22:23 +0000
(
03:22
+0000)
openbox/stacking.c
patch
|
blob
|
history
diff --git
a/openbox/stacking.c
b/openbox/stacking.c
index 1d296e5f604ab5bb0a4b06517711bb0d1767fd01..72b7c03ba51856cf9b123326b38f429ffc1692aa 100644
(file)
--- a/
openbox/stacking.c
+++ b/
openbox/stacking.c
@@
-102,7
+102,7
@@
void stacking_lower(Client *client)
} else {
while (it != stacking_list) {
Client *c = it->data;
- if (client->layer
>
= c->layer)
+ if (client->layer
<
= c->layer)
break;
it = it->prev;
}