home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Datafile PD-CD 4
/
DATAFILE_PDCD4.iso
/
utilities
/
utilsm
/
netpbmsca
/
pbm
/
h
/
cmuwm
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-10-04
|
254 b
|
18 lines
/* cmuwm.h - definitions for the CMU window manager format
*/
#ifndef _CMUWM_H_
#define _CMUWM_H_
struct cmuwm_header
{
long magic;
long width;
long height;
short depth;
};
#define CMUWM_MAGIC 0xf10040bbL
#endif /*_CMUWM_H_*/