disabling configure() during resize

This commit is contained in:
arg@mig29 2006-12-11 09:42:16 +01:00
parent 069e7a6e24
commit 4ca3d861f0
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ resize(Client *c, Bool sizehints, Corner sticky) {
else
wc.border_width = BORDERPX;
XConfigureWindow(dpy, c->win, CWX | CWY | CWWidth | CWHeight | CWBorderWidth, &wc);
configure(c);
/*configure(c);*/
XSync(dpy, False);
}