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 >
C/C++ Source or Header  |  1980-12-04  |  194b  |  13 lines

  1. /* cmuwm.h - definitions for the CMU window manager format
  2. */
  3.  
  4. struct cmuwm_header
  5.     {
  6.     long magic;
  7.     long width;
  8.     long height;
  9.     short depth;
  10.     };
  11.  
  12. #define CMUWM_MAGIC 0xf10040bb
  13.