mirror of
https://github.com/0intro/wmii
synced 2024-11-22 13:52:17 +03:00
fixed another issue occured on lavish's 64bit box
This commit is contained in:
parent
0d73b13550
commit
cde4aec791
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user