Mercurial > dwm-meillo
comparison client.c @ 546:223b41c35619
reverting to original
author | arg@mig29 |
---|---|
date | Thu, 26 Oct 2006 15:41:40 +0200 |
parents | 88ebcfe64c2d |
children | 3d23384eb5ab |
comparison
equal
deleted
inserted
replaced
545:18b3666eae17 | 546:223b41c35619 |
---|---|
200 XSetWindowAttributes twa; | 200 XSetWindowAttributes twa; |
201 | 201 |
202 c = emallocz(sizeof(Client)); | 202 c = emallocz(sizeof(Client)); |
203 c->tags = emallocz(ntags * sizeof(Bool)); | 203 c->tags = emallocz(ntags * sizeof(Bool)); |
204 c->win = w; | 204 c->win = w; |
205 c->border = wa->border_width; | 205 c->border = 0; |
206 c->x = c->tx = wa->x; | 206 c->x = c->tx = wa->x; |
207 c->y = c->ty = wa->y; | 207 c->y = c->ty = wa->y; |
208 c->w = c->tw = wa->width; | 208 c->w = c->tw = wa->width; |
209 c->h = wa->height; | 209 c->h = wa->height; |
210 c->th = bh; | 210 c->th = bh; |