--- ray/src/px/xshowtrace.c 1991/05/03 10:22:02 1.5 +++ ray/src/px/xshowtrace.c 1991/07/26 14:14:03 1.6 @@ -14,8 +14,8 @@ static char SCCSid[] = "$SunId$ LBL"; #define MAXDEPTH 32 /* ridiculous ray tree depth */ -char rtcom[] = "rtrace -h -otp -fa -x 1"; -char xicom[] = "x11image -f"; +char rtcom[] = "rtrace -h- -otp -fa -x 1"; +char xicom[] = "ximage"; VIEW ourview = STDVIEW; /* view for picture */ int xres, yres;