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

Comparing ray/src/rt/x11.c (file contents):
Revision 2.34 by greg, Thu Aug 21 07:05:59 2008 UTC vs.
Revision 2.35 by greg, Fri May 20 02:06:39 2011 UTC

# Line 558 | Line 558 | true_pixel(                    /* return true pixel value for color */
558   )
559   {
560          unsigned long  rval;
561 <        BYTE  rgb[3];
561 >        uby8  rgb[3];
562  
563          map_color(rgb, col);
564          rval = ourvinfo.red_mask*rgb[RED]/255 & ourvinfo.red_mask;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines