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:
a5fa1fe
)
dont include transients in raise/lower interactions
author
Dana Jansens
<danakj@orodu.net>
Fri, 26 Sep 2003 06:47:02 +0000
(06:47 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Fri, 26 Sep 2003 06:47:02 +0000
(06:47 +0000)
openbox/action.c
patch
|
blob
|
history
diff --git
a/openbox/action.c
b/openbox/action.c
index b3fdf0f18f5b025792a1f0c1bdd64f2e6b208bbe..d25014443581ecd111db25b33b0e04b4d8088a3e 100644
(file)
--- a/
openbox/action.c
+++ b/
openbox/action.c
@@
-944,7
+944,8
@@
void action_raiselower(union ActionData *data)
if (cit == c) break;
if (client_normal(cit) == client_normal(c) &&
cit->layer == c->layer &&
- cit->frame->visible)
+ cit->frame->visible &&
+ !client_search_transient(c, cit))
{
if (RECT_INTERSECTS_RECT(cit->frame->area, c->frame->area)) {
raise = TRUE;