X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=client.c;h=d5bc30eba90bf642b0318c2817608bbe14716087;hb=05c10c5776738fdfe73c1e66e14c869e2e5e338d;hp=2f1e2b3b391e21c9f9d1f449d15dddcd41b41ed0;hpb=d800ec05ff63451193a0b858c114f5144534c2a1;p=dwm.git diff --git a/client.c b/client.c index 2f1e2b3..d5bc30e 100644 --- a/client.c +++ b/client.c @@ -206,10 +206,6 @@ manage(Window w, XWindowAttributes *wa) { c->w = c->tw = wa->width; c->h = wa->height; c->th = bh; - c->rx = sx; - c->ry = bh; - c->rw = sw; - c->rh = sh - bh; c->border = 0; updatesize(c);