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.11 by greg, Thu May 23 22:45:04 2024 UTC

# Line 19 | Line 19 | typedef void dr_closef_t(void);
19   typedef void dr_clearf_t(int, int);
20   typedef void dr_paintrf_t(COLOR col, int xmin, int ymin, int xmax, int ymax);
21   typedef int  dr_getcurf_t(int*,int*);
22 < typedef void dr_comoutf_t(char*);
22 > typedef void dr_comoutf_t(const char*);
23   typedef void dr_cominf_t(char*,char*);
24   typedef void dr_flushf_t(void);
25  
# 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