about summary refs log tree commit diff stats
path: root/dwm.h
diff options
context:
space:
mode:
Diffstat (limited to 'dwm.h')
-rw-r--r--dwm.h3
1 files changed, 1 insertions, 2 deletions
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);
4:01 -0400 committer Drew DeVault <sir@cmpwn.com> 2019-05-13 16:04:01 -0400 Populate "From" header from config for new emails' href='/akspecs/aerc/commit/config/accounts.conf?h=0.5.0&id=17bd2dc4dbb3b43b1917c942100834c1341f2194'>17bd2dc ^
39c93d2 ^




1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22