fixed issue pointed out by Jukka
This commit is contained in:
parent
b2cb925d99
commit
05c10c5776
4 changed files with 5 additions and 10 deletions
1
dwm.h
1
dwm.h
|
@ -78,7 +78,6 @@ struct Client {
|
|||
int proto;
|
||||
int x, y, w, h;
|
||||
int tx, ty, tw, th; /* title window geometry */
|
||||
int rx, ry, rw, rh; /* revert geometry */
|
||||
int basew, baseh, incw, inch, maxw, maxh, minw, minh;
|
||||
int grav;
|
||||
long flags;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue