| Revision: | 2.2 |
| Committed: | Thu Nov 21 11:29:06 1991 UTC (33 years, 11 months ago) by greg |
| Content type: | text/plain |
| Branch: | MAIN |
| Changes since 2.1: | +2 -3 lines |
| Log Message: | updated version with bug fixes(?) |
| # | User | Rev | Content |
|---|---|---|---|
| 1 | greg | 2.2 | /* SCCSid "$SunId$ Auckuni" */ |
| 2 | greg | 1.1 | |
| 3 | /* | ||
| 4 | greg | 2.2 | Header files for PICTs, for ra2pict.c |
| 5 | greg | 1.1 | |
| 6 | */ | ||
| 7 | |||
| 8 | #define HEADER_SIZE 512 | ||
| 9 | #define PICT_picVersion 0x0011 | ||
| 10 | #define PICT_reservedHeader 0x0C00 | ||
| 11 | #define PICT_clipRgn 0x0001 | ||
| 12 | #define PICT_EndOfPicture 0x00FF | ||
| 13 | #define PICT_PackBitsRect 0x0098 | ||
| 14 | #define PICT_Pack32BitsRect 0x009A |