--- ray/src/px/xshowtrace.c 1990/09/22 18:53:15 1.2 +++ ray/src/px/xshowtrace.c 1990/12/21 17:24:45 1.4 @@ -15,7 +15,7 @@ static char SCCSid[] = "$SunId$ LBL"; #define MAXDEPTH 32 /* ridiculous ray tree depth */ char rtcom[] = "rtrace -h -otp -fa -x 1"; -char xicom[] = "x11image"; +char xicom[] = "x11image -f"; VIEW ourview = STDVIEW; /* view for picture */ int xres, yres; @@ -43,7 +43,6 @@ char *argv[]; { int i; char combuf[256]; - Cursor curs; progname = argv[0]; for (i = 1; i < argc-2; i++) @@ -175,7 +174,9 @@ double ipt[2]; XWindowAttributes wa; XColor xc; XGCValues gcv; - int pm, rx, ry, wx, wy, rw, cw; + int rx, ry, wx, wy; + Window rw, cw; + unsigned int pm; /* compute pointer location */ if (gwind == 0) { XQueryPointer(theDisplay, rwind, &rw, &gwind,