about summary refs log tree commit diff stats
path: root/dwm.h
diff options
context:
space:
mode:
authorarg@suckless.org <unknown>2007-10-17 14:35:21 +0200
committerarg@suckless.org <unknown>2007-10-17 14:35:21 +0200
commit8dc03d6e6be7092f9f5595e03295efc2488f65b9 (patch)
treeda20aa8e5caeb92f781df6617a8b7f3fb10fb9df /dwm.h
parent1dcb18c124d28515f896f6e929ea317d33b72923 (diff)
downloaddwm-8dc03d6e6be7092f9f5595e03295efc2488f65b9.tar.gz
small cosmetic fix
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 526653a..94dbd8c 100644
--- a/dwm.h
+++ b/dwm.h
@@ -184,8 +184,7 @@ Regs *regs = NULL;
 /* configuration, allows nested code to access above variables */
 #include "config.h"
 
-/* Statically define the number of tags. */
+/* statically define the number of tags. */
 unsigned int ntags = sizeof tags / sizeof tags[0];
 Bool seltags[sizeof tags / sizeof tags[0]] = {[0] = True};
 Bool prevtags[sizeof tags / sizeof tags[0]] = {[0] = True};
-
0:09:25 -0500 Initial pass on new frontend design' href='/akspecs/aerc/commit/ui/grid.go?h=0.4.0&id=8c8c21f3ffef1a7083405c45221576858d1af5d5'>8c8c21f ^
1892d73 ^
f0791d4 ^


1892d73 ^



f0791d4 ^
1892d73 ^

8c8c21f ^


1892d73 ^



8c8c21f ^



60b351b ^















f0791d4 ^









1892d73 ^




4675648 ^
1892d73 ^


60b351b ^

1892d73 ^



1892d73 ^
60b351b ^



1892d73 ^








f0791d4 ^
1892d73 ^

60b351b ^
f0791d4 ^



60b351b ^
f0791d4 ^
1892d73 ^


f0791d4 ^





60b351b ^

1892d73 ^
60b351b ^
1892d73 ^


f0791d4 ^

1892d73 ^


60b351b ^
1892d73 ^
60b351b ^






4675648 ^
60b351b ^

8c8c21f ^





60b351b ^






4675648 ^
8c8c21f ^

60b351b ^

8c8c21f ^


4675648 ^
8c8c21f ^
4675648 ^
8c8c21f ^


60b351b ^
8c8c21f ^



4675648 ^
8c8c21f ^












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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191