commit 0d73b135500266bf0bab0f8d4bd40e6698300e59
parent eb3b4c3f0fd4f982f6a8d38476cd4d22f850a9e7
Author: garbeam <garbeam@localhost>
Date: Tue, 10 Jan 2006 18:49:07 +0200
prepared snap, fixed issue reported by lavish's core file
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmd/wm/frame.c b/cmd/wm/frame.c
@@ -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);
}
}