author | arg@mig29 |
Thu, 26 Oct 2006 15:41:40 +0200 | |
changeset 546 | 223b41c35619 |
parent 545 | 18b3666eae17 |
child 547 | de3fd5271408 |
--- a/client.c Thu Oct 26 15:29:20 2006 +0200 +++ b/client.c Thu Oct 26 15:41:40 2006 +0200 @@ -202,7 +202,7 @@ c = emallocz(sizeof(Client)); c->tags = emallocz(ntags * sizeof(Bool)); c->win = w; - c->border = wa->border_width; + c->border = 0; c->x = c->tx = wa->x; c->y = c->ty = wa->y; c->w = c->tw = wa->width;