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 wrap: on
line diff
--- 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);