| Revision: | 2.2 |
| Committed: | Thu Nov 21 11:29:06 1991 UTC (34 years ago) by greg |
| Content type: | text/plain |
| Branch: | MAIN |
| Changes since 2.1: | +2 -3 lines |
| Log Message: | updated version with bug fixes(?) |
| # | Content |
|---|---|
| 1 | /* SCCSid "$SunId$ Auckuni" */ |
| 2 | |
| 3 | /* |
| 4 | Header files for PICTs, for ra2pict.c |
| 5 | |
| 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 |