From 9d739090750ffb3b3a64e86e2331215b8901c360 Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Tue, 29 Aug 2006 13:40:09 +0200 Subject: still something wrong with reorder() --- dwm.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'dwm.h') diff --git a/dwm.h b/dwm.h index 6bb6b3a..b416851 100644 --- a/dwm.h +++ b/dwm.h @@ -56,7 +56,7 @@ struct Client { 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 *erealloc(void *ptr, unsigned int size); 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); -- cgit v1.2.3-54-g00ecf