X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=client.c;h=d69134017a829a35156bec99bf46dd9bd26a6fa1;hb=4ca3d861f024d17aeee28744f935fd55dd89a285;hp=5926bb387f6f5aa39434eff34512a95ad14ed7b9;hpb=069e7a6e2412ea640f9d1d0ade565151f287ef56;p=dwm.git 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); }