fixed issue pointed out by Jukka

This commit is contained in:
arg@mmvi
2006-09-22 11:49:24 +02:00
parent b2cb925d99
commit 05c10c5776
4 changed files with 5 additions and 10 deletions

1
dwm.h
View File

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