|
|
1.1 ! root 1: #include <X/mit-copyright.h> ! 2: ! 3: /* Copyright 1985, 1986, Massachusetts Institute of Technology */ ! 4: ! 5: /* $Header: XWDFile.h,v 10.5 86/11/24 17:01:47 jg Rel $ */ ! 6: /* ! 7: * XWDFile.h MIT Project Athena, X Window system window raster ! 8: * image dumper, dump file format header file. ! 9: * ! 10: * Author: Tony Della Fera, DEC ! 11: * 27-Jun-85 ! 12: * ! 13: * Modifier: William F. Wyatt, SAO ! 14: * 18-Nov-86 - version 6 for saving/restoring color maps ! 15: */ ! 16: ! 17: #define XWD_FILE_VERSION 6 ! 18: ! 19: typedef struct _xwd_file_header { ! 20: int header_size; /* Size of the entire file header (bytes). */ ! 21: int file_version; /* XWD_FILE_VERSION */ ! 22: int display_type; /* Display type. */ ! 23: int display_planes; /* Number of display planes. */ ! 24: int pixmap_format; /* Pixmap format. */ ! 25: int pixmap_width; /* Pixmap width. */ ! 26: int pixmap_height; /* Pixmap height. */ ! 27: short window_width; /* Window width. */ ! 28: short window_height; /* Window height. */ ! 29: short window_x; /* Window upper left X coordinate. */ ! 30: short window_y; /* Window upper left Y coordinate. */ ! 31: short window_bdrwidth; /* Window border width. */ ! 32: short window_ncolors; /* number of Color entries in this window */ ! 33: } XWDFileHeader; ! 34:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.