# HG changeset patch # User arg@mig29 # Date 1161870100 -7200 # Node ID 223b41c35619091f6b4de57cd93ff0870c45fbb7 # Parent 18b3666eae1738d7b44b34eb02e4d1726062df30 reverting to original diff -r 18b3666eae17 -r 223b41c35619 client.c --- 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;