dont include transients in raise/lower interactions

This commit is contained in:
Dana Jansens 2003-09-26 06:47:02 +00:00
parent a5fa1fee98
commit 9933885493

View file

@ -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;