| # | Line 36 | Line 36 | typedef struct { | |
|---|---|---|
| 36 | int32 width; /* bitmap width (pixels) */ | |
| 37 | int32 height; /* bitmap height (pixels) */ | |
| 38 | /* the following fields must not be altered after allocation */ | |
| 39 | < | int bpp; /* bits per sample (1,4,8,16,24,32) */ |
| 39 | > | int bpp; /* bits per pixel (1,4,8,16,24,32) */ |
| 40 | uint32 infoSiz; /* info buffer size (bytes) */ | |
| 41 | /* but the color table should be filled by writer before open call */ | |
| 42 | RGBquad palette[3]; /* color palette (extends struct) */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |