reverting to original

This commit is contained in:
arg@mig29 2006-10-26 15:41:40 +02:00
parent a08d83ba62
commit b93ebcf42f
1 changed files with 1 additions and 1 deletions

View File

@ -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;