commit cde4aec7910e0ee6b3547c23cb19fb89caf97a7d
parent 0d73b135500266bf0bab0f8d4bd40e6698300e59
Author: garbeam <garbeam@darkstar.home>
Date: Tue, 10 Jan 2006 19:00:21 +0200
fixed another issue occured on lavish's 64bit box
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/cmd/wm/frame.c b/cmd/wm/frame.c
@@ -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