fixes previous patch
This commit is contained in:
parent
305c442aca
commit
ff49b0353e
1 changed files with 1 additions and 1 deletions
2
dwm.c
2
dwm.c
|
@ -499,8 +499,8 @@ swallow(Client *p, Client *c)
|
|||
p->win = c->win;
|
||||
c->win = w;
|
||||
updatetitle(p);
|
||||
arrange(p->mon);
|
||||
XMoveResizeWindow(dpy, p->win, p->x, p->y, p->w, p->h);
|
||||
arrange(p->mon);
|
||||
configure(p);
|
||||
updateclientlist();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue