ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/px/xshowtrace.c
(Generate patch)

Comparing ray/src/px/xshowtrace.c (file contents):
Revision 1.5 by greg, Fri May 3 10:22:02 1991 UTC vs.
Revision 1.6 by greg, Fri Jul 26 14:14:03 1991 UTC

# Line 14 | Line 14 | static char SCCSid[] = "$SunId$ LBL";
14  
15   #define MAXDEPTH        32              /* ridiculous ray tree depth */
16  
17 < char    rtcom[] = "rtrace -h -otp -fa -x 1";
18 < char    xicom[] = "x11image -f";
17 > char    rtcom[] = "rtrace -h- -otp -fa -x 1";
18 > char    xicom[] = "ximage";
19  
20   VIEW    ourview = STDVIEW;              /* view for picture */
21   int     xres, yres;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines