| # | 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 | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |