|
|
1.1 root 1: /*
2: * Mach Operating System
3: * Copyright (c) 1992 Carnegie Mellon University
4: * Copyright (c) 1992 Helsinki University of Technology
5: * All Rights Reserved.
6: *
7: * Permission to use, copy, modify and distribute this software and its
8: * documentation is hereby granted, provided that both the copyright
9: * notice and this permission notice appear in all copies of the
10: * software, derivative works or modified versions, and any portions
11: * thereof, and that both notices appear in supporting documentation.
12: *
13: * CARNEGIE MELLON AND HELSINKI UNIVERSITY OF TECHNOLOGY ALLOW FREE USE
14: * OF THIS SOFTWARE IN ITS "AS IS" CONDITION. CARNEGIE MELLON AND
15: * HELSINKI UNIVERSITY OF TECHNOLOGY DISCLAIM ANY LIABILITY OF ANY KIND
16: * FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
17: *
18: * Carnegie Mellon requests users of this software to return to
19: *
20: * Software Distribution Coordinator or [email protected]
21: * School of Computer Science
22: * Carnegie Mellon University
23: * Pittsburgh PA 15213-3890
24: *
25: * any improvements or extensions that they make and grant Carnegie Mellon
26: * the rights to redistribute these changes.
27: */
28: /*
29: * File: xcfb_monitor.h
30: * Author: Jukka Partanen, Helsinki University of Technology 1992.
31: *
32: * A type describing the physical properties of a monitor
33: */
34:
35: #ifndef _XCFB_MONITOR_H_
36: #define _XCFB_MONITOR_H_
37:
38: typedef struct xcfb_monitor_type {
39: char *name;
40: short frame_visible_width; /* pixels */
41: short frame_visible_height;
42: short frame_scanline_width;
43: short frame_height;
44: short half_sync; /* screen units (= 4 pixels) */
45: short back_porch;
46: short v_sync; /* lines */
47: short v_pre_equalize;
48: short v_post_equalize;
49: short v_blank;
50: short line_time; /* screen units */
51: short line_start;
52: short mem_init; /* some units */
53: short xfer_delay;
54: } *xcfb_monitor_type_t;
55:
56: #endif /* _XCFB_MONITOR_H_ */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.