about summary refs log tree commit diff stats
path: root/dwm.h
diff options
context:
space:
mode:
authorarg@mmvi <unknown>2006-09-25 20:38:30 +0200
committerarg@mmvi <unknown>2006-09-25 20:38:30 +0200
commit7d7cde0fd6ceae2f7d759b924afd8df279a4ddde (patch)
tree3e4ff9369e553ce44126d3163928532329dd096e /dwm.h
parent6b25d06d7d159bf89d740847fedc876ab0137b6b (diff)
downloaddwm-7d7cde0fd6ceae2f7d759b924afd8df279a4ddde.tar.gz
applied sanders jukka patch
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 e749f2c..c30f2b3 100644
--- a/dwm.h
+++ b/dwm.h
@@ -101,7 +101,7 @@ extern void (*handler[LASTEvent])(XEvent *);	/* event handler */
 extern void (*arrange)(Arg *);			/* arrange function, indicates mode  */
 extern Atom wmatom[WMLast], netatom[NetLast];
 extern Bool running, issel, *seltag;		/* seltag is array of Bool */
-extern Client *clients, *sel, *stack;		/* global cleint list and stack */
+extern Client *clients, *sel, *stack;		/* global client list and stack */
 extern Cursor cursor[CurLast];
 extern DC dc;					/* global draw context */
 extern Display *dpy;
re>4f76ea3 ^
c875f7b ^

4f76ea3 ^

5b91af1 ^
79a1241 ^
5b91af1 ^
79a1241 ^
5b91af1 ^
6708862 ^

5b91af1 ^


6708862 ^
5b91af1 ^
6708862 ^
4f76ea3 ^

6708862 ^


4f76ea3 ^
5b91af1 ^
6708862 ^
af23993 ^
6708862 ^
af23993 ^
6708862 ^







4f76ea3 ^

















29dac6a ^










6708862 ^











4f76ea3 ^



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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119