fixed another issue occured on lavish's 64bit box

This commit is contained in:
garbeam 2006-01-10 19:00:21 +02:00
parent 0d73b13550
commit cde4aec791

View File

@ -344,10 +344,10 @@ detach_client_from_frame(Client * c, Bool unmap)
c->rect.y = f->rect.y;
reparent_client(c, root, c->rect.x, c->rect.y);
}
if((cl = sel_client())) {
cl->frame->area->layout->focus(cl->frame, False);
if((cl = sel_client())) {
sel_area()->layout->focus(cl->frame, False);
focus_client(cl);
}
}
}
static void