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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dwm.h b/dwm.h
index f9c4094..37151f9 100644
--- a/dwm.h
+++ b/dwm.h
@@ -96,6 +96,7 @@ extern const char *tags[];			/* all tags */
 extern char stext[1024];			/* status text */
 extern int bx, by, bw, bh, bmw;			/* bar geometry, bar mode label width */
 extern int screen, sx, sy, sw, sh;		/* screen geometry */
+extern int wax, way, wah, waw;			/* windowarea geometry */
 extern unsigned int master, ntags, numlockmask;	/* master percent, number of tags, dynamic lock mask */
 extern void (*handler[LASTEvent])(XEvent *);	/* event handler */
 extern void (*arrange)(void);			/* arrange function, indicates mode  */
ipts to bash' href='/akkartik/mu/commit/test_layers?h=main&id=eb917331a8de7ee724cd1eec5d0b9bb6ef76fae2'>eb917331 ^
4ba60f35 ^
1baa04db ^
3cc643be ^

1baa04db ^

3cc643be ^

4ba60f35 ^
eb917331 ^
1baa04db ^

3cc643be ^
1baa04db ^

3cc643be ^

1baa04db ^
3cc643be ^





1baa04db ^
3cc643be ^
61c021fd ^
3cc643be ^





61c021fd ^
3cc643be ^
61c021fd ^
3cc643be ^





61c021fd ^
3cc643be ^
61c021fd ^
3cc643be ^



61c021fd ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70