JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
reverting to original
authorarg@mig29 <unknown>
Thu, 26 Oct 2006 13:41:40 +0000 (15:41 +0200)
committerarg@mig29 <unknown>
Thu, 26 Oct 2006 13:41:40 +0000 (15:41 +0200)
client.c

index ed8fea9..988d3ca 100644 (file)
--- a/client.c
+++ b/client.c
@@ -202,7 +202,7 @@ manage(Window w, XWindowAttributes *wa) {
        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;