fixed issue pointed out by Jukka

This commit is contained in:
arg@mmvi
2006-09-22 11:49:24 +02:00
parent b2cb925d99
commit 05c10c5776
4 changed files with 5 additions and 10 deletions

View File

@ -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);