Xinqi Bao's Git
projects
/
dwm.git
/ diff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
|
inline
| side by side (parent:
eb756ee
)
small fix
author
Anselm R. Garbe <
[email protected]
>
Fri, 14 Jul 2006 10:09:05 +0000
(12:09 +0200)
committer
Anselm R. Garbe <
[email protected]
>
Fri, 14 Jul 2006 10:09:05 +0000
(12:09 +0200)
main.c
diff
|
blob
|
history
diff --git
a/main.c
b/main.c
index
0e851b3
..
d9ca9f7
100644
(file)
--- a/
main.c
+++ b/
main.c
@@
-280,8
+280,8
@@
main(int argc, char *argv[])
scan_wins();
/* main event loop, reads status text from stdin as well */
scan_wins();
/* main event loop, reads status text from stdin as well */
- while(running) {
Mainloop:
Mainloop:
+ while(running) {
FD_ZERO(&rd);
FD_SET(0, &rd);
FD_SET(ConnectionNumber(dpy), &rd);
FD_ZERO(&rd);
FD_SET(0, &rd);
FD_SET(ConnectionNumber(dpy), &rd);