home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power Programmierung 2
/
Power-Programmierung CD 2 (Tewi)(1994).iso
/
gnu
/
gnulib
/
dkbtrace
/
pbmplus
/
source
/
pbm
/
cmuwm.h
< 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
C/C++ Source or Header
|
1991-12-10
|
271 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_*/