| # | Line 27 | Line 27 | typedef struct { | |
|---|---|---|
| 27 | } XRASTER; | |
| 28 | ||
| 29 | extern Colormap newcmap(Display *disp, int scrn, Visual *vis); | |
| 30 | < | extern int init_rcolors(XRASTER *xr, BYTE cmap[][3]); |
| 30 | > | extern int init_rcolors(XRASTER *xr, uby8 cmap[][3]); |
| 31 | extern unsigned long * map_rcolors(XRASTER *xr, Window w); | |
| 32 | extern Pixmap make_rpixmap(XRASTER *xr, Window w); | |
| 33 | extern XRASTER * make_raster( Display *disp, XVisualInfo *vis, | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |