dwm-meillo

diff dwm.h @ 381:b00cc483d13b

still something wrong with reorder()
author Anselm R. Garbe <arg@10kloc.org>
date Tue, 29 Aug 2006 13:40:09 +0200
parents 83576f5f0a90
children 7528080beb0e
line diff
     1.1 --- a/dwm.h	Tue Aug 29 09:57:57 2006 +0200
     1.2 +++ b/dwm.h	Tue Aug 29 13:40:09 2006 +0200
     1.3 @@ -56,7 +56,7 @@
     1.4  	int basew, baseh, incw, inch, maxw, maxh, minw, minh;
     1.5  	int grav;
     1.6  	long flags; 
     1.7 -	unsigned int border;
     1.8 +	unsigned int border, weight;
     1.9  	Bool isfloat;
    1.10  	Bool ismax;
    1.11  	Bool *tags;
    1.12 @@ -127,7 +127,6 @@
    1.13  extern void spawn(Arg *arg);
    1.14  
    1.15  /* view.c */
    1.16 -extern void attach(Client *c);
    1.17  extern void detach(Client *c);
    1.18  extern void dofloat(Arg *arg);
    1.19  extern void dotile(Arg *arg);