reverting to original
b93ebcf4
1 file(s) · +1 −1
| 202 | 202 | c = emallocz(sizeof(Client)); |
|
| 203 | 203 | c->tags = emallocz(ntags * sizeof(Bool)); |
|
| 204 | 204 | c->win = w; |
|
| 205 | - | c->border = wa->border_width; |
|
| 205 | + | c->border = 0; |
|
| 206 | 206 | c->x = c->tx = wa->x; |
|
| 207 | 207 | c->y = c->ty = wa->y; |
|
| 208 | 208 | c->w = c->tw = wa->width; |