ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/px/pict.h
Revision: 2.3
Committed: Sat Feb 22 02:07:27 2003 UTC (21 years, 2 months ago) by greg
Content type: text/plain
Branch: MAIN
CVS Tags: rad3R5
Changes since 2.2: +2 -4 lines
Log Message:
Changes and check-in for 3.5 release
Includes new source files and modifications not recorded for many years
See ray/doc/notes/ReleaseNotes for notes between 3.1 and 3.5 release

File Contents

# Content
1 /* RCSid: $Id$ */
2 /*
3 Header file for ra_pict.h
4 */
5
6 #define HEADER_SIZE 512
7 #define PICT_picVersion 0x0011
8 #define PICT_reservedHeader 0x0C00
9 #define PICT_clipRgn 0x0001
10 #define PICT_EndOfPicture 0x00FF
11 #define PICT_PackBitsRect 0x0098
12 #define PICT_Pack32BitsRect 0x009A