about summary refs log tree commit diff stats
path: root/dwm.c
diff options
context:
space:
mode:
authorAnselm R Garbe <garbeam@gmail.com>2008-11-16 13:22:24 +0000
committerAnselm R Garbe <garbeam@gmail.com>2008-11-16 13:22:24 +0000
commit5f74dc5e78b0aa8818a5dc9da06e7c8fc7616999 (patch)
tree3c7a78fc72acc5cddc43dc9114891e14e69dbab5 /dwm.c
parentea8a4ca46a9577997e0a3f30e211c644477c6a00 (diff)
downloaddwm-5f74dc5e78b0aa8818a5dc9da06e7c8fc7616999.tar.gz
applied Gottox' comment fix (thanks)
Diffstat (limited to 'dwm.c')
-rw-r--r--dwm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm.c b/dwm.c
index bded0c5..3fb00d2 100644
--- a/dwm.c
+++ b/dwm.c
@@ -15,7 +15,7 @@
  *
  * Each child of the root window is called a client, except windows which have
  * set the override_redirect flag.  Clients are organized in a global
- * doubly-linked client list, the focus history is remembered through a global
+ * linked client list, the focus history is remembered through a global
  * stack list. Each client contains a bit array to indicate the tags of a
  * client.
  *
8-09-21 23:52:48 -0700 4586 - factorial checks commandline to run tests' href='/akkartik/mu/commit/subx/apps/factorial.subx?h=main&id=3f8597bc3d44ab26536b080ae00e3b66202137d6'>3f8597bc ^
20d98754 ^
6ff9ce26 ^
a49bc413 ^
6ff9ce26 ^




c5d9a32f ^

3f8597bc ^
c5d9a32f ^
3f8597bc ^

3f8597bc ^
20d98754 ^
c5d9a32f ^
3f8597bc ^
1666b12f ^
3f8597bc ^










8c580ba1 ^
3f8597bc ^
8c580ba1 ^
3f8597bc ^


6ff9ce26 ^


9372c16c ^
6ff9ce26 ^


ffa45b45 ^



6ff9ce26 ^


ffa45b45 ^
8c580ba1 ^
6ff9ce26 ^
ffa45b45 ^
6ff9ce26 ^
6ff9ce26 ^
8c580ba1 ^
6ff9ce26 ^

a5a9c2af ^
6ff9ce26 ^
ffa45b45 ^
6ff9ce26 ^

ffa45b45 ^
5347cf8b ^
ffa45b45 ^

6ff9ce26 ^

caaeccd6 ^


8c580ba1 ^
caaeccd6 ^
8c580ba1 ^
caaeccd6 ^

d48cfd0f ^

d48cfd0f ^
c5d9a32f ^

d48cfd0f ^






6ff9ce26 ^
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