Mercurial > aewl
changeset 546:223b41c35619
reverting to original
author | arg@mig29 |
---|---|
date | Thu, 26 Oct 2006 15:41:40 +0200 (2006-10-26) |
parents | 18b3666eae17 |
children | de3fd5271408 |
files | client.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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;