JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fixed issue pointed out by Jukka
[dwm.git] / client.c
index 2f1e2b3..d5bc30e 100644 (file)
--- 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);