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

Comparing ray/src/rt/driver.h (file contents):
Revision 2.9 by schorsch, Tue Mar 30 16:13:01 2004 UTC vs.
Revision 2.10 by greg, Fri May 20 02:06:39 2011 UTC

# Line 224 | Line 224 | extern struct driver   *comm_init(char *dname, char *id)
224   extern int      new_ctab(int ncolors);
225   extern int      get_pixel(COLOR col, dr_newcolrf_t *newcolr);
226   extern void     make_gmap(double gam);
227 < extern void     set_cmap(BYTE *rmap, BYTE *gmap, BYTE *bmap);
228 < extern void     map_color(BYTE rgb[3], COLOR col);
227 > extern void     set_cmap(uby8 *rmap, uby8 *gmap, uby8 *bmap);
228 > extern void     map_color(uby8 rgb[3], COLOR col);
229  
230  
231   #ifdef __cplusplus

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines