about summary refs log tree commit diff stats
path: root/main.c
diff options
context:
space:
mode:
authorAnselm R. Garbe <garbeam@wmii.de>2006-07-17 09:12:29 +0200
committerAnselm R. Garbe <garbeam@wmii.de>2006-07-17 09:12:29 +0200
commitbf357945070a9f4722b8dcbf61d61b34d1aae0aa (patch)
tree042634c777b10f3689d9aa530db54dddaa14cf12 /main.c
parente7438365417ba4bb0cff56b44b029c797be18fe5 (diff)
downloaddwm-bf357945070a9f4722b8dcbf61d61b34d1aae0aa.tar.gz
ordered variables in structs and source files alphabetically
Diffstat (limited to 'main.c')
-rw-r--r--main.c38
1 files changed, 18 insertions, 20 deletions
diff --git a/main.c b/main.c
index 2d132a5..27e2627 100644
--- a/main.c
+++ b/main.c
@@ -14,26 +14,12 @@
 #include <X11/Xatom.h>
 #include <X11/Xproto.h>
 
-Display *dpy;
-Window root, barwin;
-Atom wmatom[WMLast], netatom[NetLast];
-Cursor cursor[CurLast];
-Bool running = True;
-Bool issel = True;
-
-int tsel = Tdev; /* default tag */
-int screen, sx, sy, sw, sh, bx, by, bw, bh, mw;
-char stext[1024];
 
-DC dc = {0};
-Client *clients = NULL;
-Client *sel = NULL;
+/* static */
 
 static Bool otherwm;
 static int (*xerrorxlib)(Display *, XErrorEvent *);
 
-/* static functions */
-
 static void
 cleanup()
 {
@@ -97,7 +83,20 @@ xerrorstart(Display *dsply, XErrorEvent *ee)
 	return -1;
 }
 
-/* extern functions */
+/* extern */
+
+char stext[1024];
+int tsel = Tdev; /* default tag */
+int screen, sx, sy, sw, sh, bx, by, bw, bh, mw;
+Atom wmatom[WMLast], netatom[NetLast];
+Bool running = True;
+Bool issel = True;
+Client *clients = NULL;
+Client *sel = NULL;
+Cursor cursor[CurLast];
+Display *dpy;
+DC dc = {0};
+Window root, barwin;
 
 int
 getproto(Window w)
@@ -141,10 +140,9 @@ quit(Arg *arg)
 }
 
 /*
- * There's no way to check accesses to destroyed windows, thus
- * those cases are ignored (especially on UnmapNotify's).
- * Other types of errors call Xlib's default error handler, which
- * calls exit().
+ * There's no way to check accesses to destroyed windows, thus those cases are
+ * ignored (especially on UnmapNotify's).  Other types of errors call Xlibs
+ * default error handler, which calls exit().
  */
 int
 xerror(Display *dpy, XErrorEvent *ee)
1 17:06:03 +0530 Move configuration to a config file' href='/andinus/leo/commit/leo.pl?id=4648948ddb3cc0a3f046df50cccfe74a2da2e6d1'>4648948 ^
6c9ce6a ^
eda386d ^
6c9ce6a ^




eda386d ^
6754399 ^


69f17fe ^
04da16d ^



6c9ce6a ^
cb14d4e ^
04da16d ^

5f21604 ^

04da16d ^

5f21604 ^

04da16d ^







5f21604 ^
78ea92f ^
965054b ^
04da16d ^

965054b ^
04da16d ^
6c9ce6a ^


e0e4b23 ^
6754399 ^
6754399 ^
546488b ^



cc7bb4f ^
85962c8 ^
8d98d15 ^
6754399 ^
6c9ce6a ^
1e63070 ^
6c9ce6a ^

5341ecc ^

2b70e93 ^





5341ecc ^
e1ceacf ^
04da16d ^
e1ceacf ^
e0e4b23 ^
e1ceacf ^
5341ecc ^
2b70e93 ^

5341ecc ^
2b70e93 ^

04da16d ^
cb14d4e ^
5341ecc ^
cb14d4e ^
b64034d ^

fdc444f ^
965054b ^
e1ceacf ^

2b70e93 ^
04da16d ^
6c9ce6a ^
6c9ce6a ^
2b70e93 ^

965054b ^
bc94b23 ^
2b70e93 ^

965054b ^

2b70e93 ^
965054b ^
6c9ce6a ^
9e478c1 ^
2b70e93 ^



6c9ce6a ^

2b70e93 ^
9e478c1 ^
2b70e93 ^
9e478c1 ^
fdc444f ^
2b70e93 ^
9e478c1 ^
2b70e93 ^


e1ceacf ^
2b70e93 ^
18c8216 ^

fdc444f ^
d718d2e ^
78ea92f ^
e1ceacf ^
78ea92f ^
eeb6cb0 ^
2b70e93 ^

5924071 ^
04da16d ^
5924071 ^
2b70e93 ^

5924071 ^



04da16d ^
18c8216 ^

2b70e93 ^
61e44ee ^

2b70e93 ^

299d5ee ^
2b70e93 ^
7b42b7d ^
2b70e93 ^
9e478c1 ^
34857c3 ^
d718d2e ^
5341ecc ^
e1ceacf ^
5341ecc ^
2b70e93 ^




5341ecc ^

2b70e93 ^
5341ecc ^
2b70e93 ^
5341ecc ^

34857c3 ^
2b70e93 ^
04da16d ^
2b70e93 ^
cb14d4e ^
78ea92f ^
2b70e93 ^









78ea92f ^
cb14d4e ^
34cc5d8 ^
546488b ^
1e63070 ^
6754399 ^

34857c3 ^

18c8216 ^
2b70e93 ^
61c874b ^
4962c1e ^
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
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233