mirror of
https://github.com/0intro/wmii
synced 2024-11-22 22:02:30 +03:00
removed unnecessary draw_frame in resize_client
This commit is contained in:
parent
4a85fd4aa0
commit
15c62b0874
@ -573,7 +573,6 @@ resize_client(Client *c, XRectangle *r, Bool ignore_xcall)
|
||||
XMoveResizeWindow(blz.display, c->win, c->rect.x, c->rect.y,
|
||||
c->rect.width, c->rect.height);
|
||||
configure_client(c);
|
||||
draw_frame(c->sel);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user