| 1 |
< |
/* SCCSid "$SunId$ Auckuni" */ |
| 2 |
< |
|
| 1 |
> |
/* RCSid: $Id$ */ |
| 2 |
|
/* |
| 3 |
< |
Header files for PICTs, for ra2pict.c |
| 5 |
< |
|
| 3 |
> |
Header file for ra_pict.h |
| 4 |
|
*/ |
| 5 |
|
|
| 6 |
+ |
#ifndef _RAD_PICT_H_ |
| 7 |
+ |
#define _RAD_PICT_H_ |
| 8 |
+ |
|
| 9 |
+ |
#ifdef __cplusplus |
| 10 |
+ |
extern "C" { |
| 11 |
+ |
#endif |
| 12 |
+ |
|
| 13 |
|
#define HEADER_SIZE 512 |
| 14 |
|
#define PICT_picVersion 0x0011 |
| 15 |
|
#define PICT_reservedHeader 0x0C00 |
| 17 |
|
#define PICT_EndOfPicture 0x00FF |
| 18 |
|
#define PICT_PackBitsRect 0x0098 |
| 19 |
|
#define PICT_Pack32BitsRect 0x009A |
| 20 |
+ |
|
| 21 |
+ |
#ifdef __cplusplus |
| 22 |
+ |
} |
| 23 |
+ |
#endif |
| 24 |
+ |
#endif /* _RAD_PICT_H_ */ |