This commit is contained in:
arg@mig29
2006-11-22 16:17:50 +01:00
parent 78f4b51757
commit 321e8d51ed
3 changed files with 1 additions and 37 deletions

2
dwm.h

@ -82,7 +82,7 @@ struct Client {
int basew, baseh, incw, inch, maxw, maxh, minw, minh;
int grav;
long flags;
unsigned int border, weight;
unsigned int border;
Bool isfloat, isfixed, ismax;
Bool *tags;
Client *next;