From: arg@mig29 Date: Mon, 11 Dec 2006 08:42:16 +0000 (+0100) Subject: disabling configure() during resize X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=commitdiff_plain;h=4ca3d861f024d17aeee28744f935fd55dd89a285 disabling configure() during resize --- diff --git a/client.c b/client.c index 5926bb3..d691340 100644 --- a/client.c +++ b/client.c @@ -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); }