small change to achieve Jukka's last proposal
This commit is contained in:
parent
05c10c5776
commit
346bdea946
2 changed files with 34 additions and 14 deletions
3
dwm.h
3
dwm.h
|
@ -77,12 +77,13 @@ struct Client {
|
|||
char name[256];
|
||||
int proto;
|
||||
int x, y, w, h;
|
||||
int rx, ry, rw, rh; /* revert geometry */
|
||||
int tx, ty, tw, th; /* title window geometry */
|
||||
int basew, baseh, incw, inch, maxw, maxh, minw, minh;
|
||||
int grav;
|
||||
long flags;
|
||||
unsigned int border, weight;
|
||||
Bool isfloat;
|
||||
Bool isfloat, ismax;
|
||||
Bool *tags;
|
||||
Client *next;
|
||||
Client *prev;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue