Mercurial > aewl
diff client.c @ 546:223b41c35619
reverting to original
author | arg@mig29 |
---|---|
date | Thu, 26 Oct 2006 15:41:40 +0200 |
parents | 88ebcfe64c2d |
children | 3d23384eb5ab |
line wrap: on
line diff
--- 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;