some cleanups/fixes inspired by Jukka Salmi's feedback

This commit is contained in:
arg@10ksloc.org
2006-07-21 18:34:10 +02:00
parent 4970ef938e
commit 0464e42231
4 changed files with 7 additions and 13 deletions

3
main.c
View File

@ -10,6 +10,7 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/select.h>
#include <X11/cursorfont.h>
#include <X11/Xatom.h>
#include <X11/Xproto.h>
@ -163,7 +164,7 @@ xerror(Display *dpy, XErrorEvent *ee)
int
main(int argc, char *argv[])
{
int i, n;
int i;
unsigned int mask;
fd_set rd;
Bool readin = True;