mirror of
https://github.com/0intro/wmii
synced 2024-12-24 04:16:50 +03:00
prepared snap, fixed issue reported by lavish's core file
This commit is contained in:
parent
eb3b4c3f0f
commit
0d73b13550
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user