client: Add client_configure() in client_moveresize.
This commit is contained in:
parent
de5a6812db
commit
3d0b3410c1
@ -301,6 +301,7 @@ client_kill(Client *c)
|
||||
if(atom[proto] == ATOM("WM_DELETE_WINDOW"))
|
||||
++canbedel;
|
||||
XFree(atom);
|
||||
|
||||
if(canbedel)
|
||||
{
|
||||
ev.type = ClientMessage;
|
||||
@ -512,6 +513,8 @@ client_moveresize(Client *c, XRectangle geo, Bool r)
|
||||
frame_moveresize(c, c->geo);
|
||||
XMoveResizeWindow(dpy, c->win, BORDH, BORDH + TBARH, c->geo.width, c->geo.height);
|
||||
|
||||
client_configure(c);
|
||||
|
||||
XSync(dpy, False);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user