applied sanders try2 patch

This commit is contained in:
arg@mig29
2006-10-27 13:28:26 +02:00
parent 2b13e7466f
commit 0f395c1b11
4 changed files with 6 additions and 7 deletions

2
dwm.h
View File

@ -83,7 +83,7 @@ struct Client {
int grav;
long flags;
unsigned int border, weight;
Bool isfloat, ismax;
Bool isfloat, isfixed, ismax;
Bool *tags;
Client *next;
Client *prev;