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

Comparing ray/src/px/x11image.c (file contents):
Revision 2.69 by greg, Fri Jan 7 20:33:02 2005 UTC vs.
Revision 2.70 by greg, Fri Jan 7 22:05:30 2005 UTC

# Line 1069 | Line 1069 | make_tonemap(void)                     /* initialize tone mapping */
1069                  tmGlobal = tmInit(flags, stdprims, gamcor);
1070                  if (tmGlobal == NULL)
1071                          goto memerr;
1072 <                if (tmSetSpace(tmGlobal, stdprims, WHTEFFICACY/exposure))
1072 >                if (tmSetSpace(tmGlobal, stdprims, WHTEFFICACY/exposure, NULL))
1073                          goto tmerr;
1074                                                  /* compute picture histogram */
1075                  for (y = 0; y < ymax; y++) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines