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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm.h b/dwm.h
index 4e7e551..f74c17b 100644
--- a/dwm.h
+++ b/dwm.h
@@ -87,7 +87,7 @@ typedef struct {
 
 extern const char *tags[];			/* all tags */
 extern char stext[256];				/* status text */
-extern int screen, sw, sh;			/* screen geometry */
+extern int screen, sx, sy, sw, sh;		/* screen geometry */
 extern int wax, way, wah, waw;			/* windowarea geometry */
 extern unsigned int bh, blw;			/* bar height, bar layout label width */
 extern unsigned int master, nmaster;		/* master percent, number of master clients */
hut <hut@lavabit.com> 2009-12-17 19:35:15 +0100 committer hut <hut@lavabit.com> 2009-12-17 19:35:15 +0100 extended history by a couple of methods' href='/akspecs/ranger/commit/ranger/container/history.py?id=3dbefa71785bf61b8f28d4a780064f3f4e04dcb5'>3dbefa71 ^
22bb7e35 ^







d672cbcb ^
3dbefa71 ^
22bb7e35 ^














d672cbcb ^
3dbefa71 ^





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