Revision: | 1.1 |
Committed: | Wed Oct 23 09:29:10 1991 UTC (33 years ago) by greg |
Content type: | text/plain |
Branch: | MAIN |
Log Message: | Initial revision |
# | Content |
---|---|
1 | /* SCCSid "$SunId$ AU" */ |
2 | |
3 | /* |
4 | Header files for PICTs |
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 |
15 |