home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fractal Frenzy 1
/
WalnutCreekFractalFrenzy-1.iso
/
pc
/
viewers
/
x11
/
xloadimg.tz
/
xloadimg
/
cmuwmraster.h
< prev
next >
Wrap
C/C++ Source or Header
|
1991-05-20
|
314b
|
18 lines
/* cmuwmraster.h
*
* this describes the header for ITC (CMU WM) raster files. It is
* essentially a byte reversed Sun raster, 1 plane, no encoding.
*/
#include "copyright.h"
struct cmuwm_header
{
byte magic[4];
byte width[4];
byte height[4];
byte depth[2];
};
#define CMUWM_MAGIC 0xf10040bb