dwm.h
changeset 381 b00cc483d13b
parent 378 83576f5f0a90
child 395 7528080beb0e
--- a/dwm.h	Tue Aug 29 09:57:57 2006 +0200
+++ b/dwm.h	Tue Aug 29 13:40:09 2006 +0200
@@ -56,7 +56,7 @@
 	int basew, baseh, incw, inch, maxw, maxh, minw, minh;
 	int grav;
 	long flags; 
-	unsigned int border;
+	unsigned int border, weight;
 	Bool isfloat;
 	Bool ismax;
 	Bool *tags;
@@ -127,7 +127,6 @@
 extern void spawn(Arg *arg);
 
 /* view.c */
-extern void attach(Client *c);
 extern void detach(Client *c);
 extern void dofloat(Arg *arg);
 extern void dotile(Arg *arg);