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.2 by greg, Sat Sep 22 18:53:15 1990 UTC vs.
Revision 1.3 by greg, Mon Sep 24 12:21:06 1990 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines