all repos — openbox @ 7755edc39ae4ffccd0884dc210f34cc0fbe9c1bd

openbox fork - make it a bit more like ryudo

maybe smarter
Dana Jansens danakj@orodu.net
commit

7755edc39ae4ffccd0884dc210f34cc0fbe9c1bd

parent

ca8a3ac7bf7a9396e5cc4cbb4135da170057f252

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M openbox/action.copenbox/action.c

@@ -784,7 +784,7 @@ for (it = stacking_list; it; it = g_list_next(it)) {

ObClient *cit = it->data; if (cit == c) break; - if (client_normal(cit) && cit->layer == c->layer) { + if (client_normal(cit) == client_normal(c) && cit->layer == c->layer) { if (RECT_INTERSECTS_RECT(cit->frame->area, c->frame->area)) { raise = TRUE; break;