prepared snap, fixed issue reported by lavish's core file

This commit is contained in:
garbeam 2006-01-10 18:49:07 +02:00
parent eb3b4c3f0f
commit 0d73b13550

View File

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