aboutsummaryrefslogtreecommitdiffstats
path: root/client.c
diff options
context:
space:
mode:
authorarg@mmvi <unknown>2006-09-22 11:49:24 +0200
committerarg@mmvi <unknown>2006-09-22 11:49:24 +0200
commit05c10c5776738fdfe73c1e66e14c869e2e5e338d (patch)
treee18fa7daa43bfbd370723bf248f9a6e91b8430ba /client.c
parentb2cb925d999f0b745f8be23316258c4f575cb343 (diff)
downloaddwm-05c10c5776738fdfe73c1e66e14c869e2e5e338d.tar.zst
fixed issue pointed out by Jukka
Diffstat (limited to 'client.c')
-rw-r--r--client.c4
1 files changed, 0 insertions, 4 deletions
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);