--- ray/src/common/x11findwind.c 1992/12/11 18:23:38 2.3 +++ ray/src/common/x11findwind.c 2004/07/04 12:08:47 2.6 @@ -1,25 +1,25 @@ -/* Copyright (c) 1991 Regents of the University of California */ - #ifndef lint -static char SCCSid[] = "$SunId$ LBL"; +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 - * - * 4/22/91 Greg Ward */ +#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;