X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=dwm.h;h=b41685121809f0531863a958d25903a4e9c3b92e;hb=c3c94c0e0a4da1562b040a17ee670312ad8e65af;hp=6bb6b3a4fc28bdc0f461342f615d63c4a9aecca4;hpb=8a6679b3b4999559059df3ae9e08951099511036;p=dwm.git 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);