ftp.nice.ch/pub/next/unix/graphics/netpbm.19940301.s.tar.gz#/netpbm/pbm/cmuwm.h

This is cmuwm.h in view mode; [Download] [Up]

/* 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_*/

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.