summaryrefslogtreecommitdiff
path: root/openbox/stacking.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-09-14 21:13:50 +0000
committerDana Jansens <danakj@orodu.net>2003-09-14 21:13:50 +0000
commit1ce84062b4f84634c925a7ae2b729ba05b7c02ec (patch)
tree0563a469c3afda7f7b85010a847e30f34e6f63af /openbox/stacking.c
parente60dd0259a02c319780dbde3e657e281c3fd8e22 (diff)
dont raise parents of transients when the transient is raised
Diffstat (limited to 'openbox/stacking.c')
-rw-r--r--openbox/stacking.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/stacking.c b/openbox/stacking.c
index 791414ff..cebbfc9f 100644
--- a/openbox/stacking.c
+++ b/openbox/stacking.c
@@ -249,7 +249,7 @@ void stacking_raise(ObWindow *window)
ObClient *c;
ObClient *selected;
selected = WINDOW_AS_CLIENT(window);
- c = client_search_top_transient(selected);
+ /*c = client_search_top_transient(selected);*/ c = selected;
wins = pick_windows(c, selected, TRUE);
/*wins = g_list_concat(wins, pick_group_windows(c, selected, TRUE));*/
} else {