--- ray/src/common/x11findwind.c 2003/02/25 02:47:22 2.5 +++ ray/src/common/x11findwind.c 2004/07/04 12:08:47 2.6 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: x11findwind.c,v 2.5 2003/02/25 02:47:22 greg Exp $"; +static const char RCSid[] = "$Id: x11findwind.c,v 2.6 2004/07/04 12:08:47 schorsch Exp $"; #endif /* * find a window by its name under X @@ -8,15 +8,18 @@ static const char RCSid[] = "$Id: x11findwind.c,v 2.5 #include "copyright.h" #include +#include +#include #include Window -xfindwind(dpy, win, name, depth) -Display *dpy; -Window win; -char *name; -int depth; +xfindwind( + Display *dpy, + Window win, + char *name, + int depth +) { char *nr; Window rr, pr, *cl;