home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
309.lha
/
PBM_PLUS
/
pbm
/
cmuwm.h
< prev
next >
Wrap
C/C++ Source or Header
|
1980-12-04
|
194b
|
13 lines
/* cmuwm.h - definitions for the CMU window manager format
*/
struct cmuwm_header
{
long magic;
long width;
long height;
short depth;
};
#define CMUWM_MAGIC 0xf10040bb