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

Comparing ray/src/px/ximage.c (file contents):
Revision 2.6 by greg, Fri Aug 21 13:49:35 1992 UTC vs.
Revision 2.7 by greg, Tue Sep 20 15:48:25 1994 UTC

# Line 103 | Line 103 | char  *argv[];
103          int  i;
104          
105          progname = argv[0];
106 <        if ((gv = getenv("GAMMA")) != NULL)
106 >        if ((gv = getenv("DISPLAY_GAMMA")) != NULL)
107                  gamcor = atof(gv);
108  
109          for (i = 1; i < argc; i++)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines