aewl

diff dwm.h @ 549:fd1061442711

applied sanders try2 patch
author arg@mig29
date Fri, 27 Oct 2006 13:28:26 +0200
parents 00ccae001069
children a2c465098a3b
line diff
     1.1 --- a/dwm.h	Fri Oct 27 12:05:47 2006 +0200
     1.2 +++ b/dwm.h	Fri Oct 27 13:28:26 2006 +0200
     1.3 @@ -83,7 +83,7 @@
     1.4  	int grav;
     1.5  	long flags; 
     1.6  	unsigned int border, weight;
     1.7 -	Bool isfloat, ismax;
     1.8 +	Bool isfloat, isfixed, ismax;
     1.9  	Bool *tags;
    1.10  	Client *next;
    1.11  	Client *prev;