diff options
| -rw-r--r-- | client.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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);  } | 
