fixed issue pointed out by Jukka
This commit is contained in:
parent
b2cb925d99
commit
05c10c5776
4 changed files with 5 additions and 10 deletions
4
client.c
4
client.c
|
@ -206,10 +206,6 @@ manage(Window w, XWindowAttributes *wa) {
|
|||
c->w = c->tw = wa->width;
|
||||
c->h = wa->height;
|
||||
c->th = bh;
|
||||
c->rx = sx;
|
||||
c->ry = bh;
|
||||
c->rw = sw;
|
||||
c->rh = sh - bh;
|
||||
|
||||
c->border = 0;
|
||||
updatesize(c);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue