|
|
1.1 root 1: /* $Header: screen.h,v 1.1 87/09/11 07:50:07 toddb Exp $ */
2:
3: /*****************************************************************
4: * DEVICE IDENTIFIERS
5: *****************************************************************/
6:
7: #define XDEV_XNEST 0 /* X in an X window */
8:
9: /* DEC address space 199 */
10: #define XDEV_VS100 1 /* DEC VS100 */
11: #define XDEV_QVSS 2 /* DEC QVSS (VS1 and VS2) */
12: #define XDEV_QDSS 3 /* DEC QDSS display */
13: #define XDEV_DECXXX 4 /* reserved for future use */
14: #define XDEV_DECYYY 5 /* reserved for future use */
15: #define XDEV_DECZZZ 6 /* reserved for future use */
16:
17: /* Cognition address space 100 - 199 */
18: #define XDEV_LEX90 100 /* Lexidata 90, Cognition */
19:
20: /* IBM address space 200 - 299 */
21: #define XDEV_IBMACIS 200 /* IBM ACIS display, wuf, RT/PC*/
22: #define XDEV_IBMAPA8 201 /* IBM APA8 display, RT/PC */
23: #define XDEV_IBMAPA16 202 /* IBM APA16 display, RT/PC */
24:
25: /* SMI address space 300 - 399 */
26: #define SUNBASE 300 /* base of SMI displays */
27: #ifndef FBTYPESUN1BW
28: /* from /usr/include/sun/fbio.h */
29: #define XFBTYPE_SUN1BW 0
30: #define XFBTYPE_SUN1COLOR 1
31: #define XFBTYPE_SUN2BW 2
32: #define XFBTYPE_SUN2COLOR 3
33: #define XFBTYPE_SUN2GP 4 /* reserved for future Sun use */
34: #define XFBTYPE_SUN3BW 5 /* reserved for future Sun use */
35: #define XFBTYPE_SUN3COLOR 6 /* reserved for future Sun use */
36: #define XFBTYPE_SUN4BW 7 /* reserved for future Sun use */
37: #define XFBTYPE_SUN4COLOR 8 /* reserved for future Sun use */
38: #define XFBTYPE_NOTSUN1 9 /* reserved for Sun customer */
39: #define XFBTYPE_NOTSUN2 10 /* reserved for Sun customer */
40: #define XFBTYPE_NOTSUN3 11 /* reserved for Sun customer */
41: #endif
42: #define XDEV_SUN1BW FBTYPESUN1BW+SUNBASE
43: #define XDEV_SUN1COLOR FBTYPESUN1COLOR+SUNBASE
44: #define XDEV_SUN2BW FBTYPESUN2BW+SUNBASE
45: #define XDEV_SUN2COLOR FBTYPESUN2COLOR+SUNBASE
46: #define XDEV_SUN2GP FBTYPESUN2GP+SUNBASE
47: #define XDEV_SUN3BW FBTYPESUN3BW+SUNBASE
48: #define XDEV_SUN3COLOR FBTYPESUN3COLOR+SUNBASE
49: #define XDEV_SUN4BW FBTYPESUN4BW+SUNBASE
50: #define XDEV_SUN4COLOR FBTYPESUN4COLOR+SUNBASE
51: #define XDEV_NOTSUN1 FBTYPENOTSUN1+SUNBASE
52: #define XDEV_NOTSUN2 FBTYPENOTSUN2+SUNBASE
53: #define XDEV_NOTSUN3 FBTYPENOTSUN3+SUNBASE
54:
55: /* MASSCOMP address space 400 - 499 */
56: #define XDEV_MC1 401 /* Masscomp, in progress */
57: #define XDEV_MC2 402 /* Masscomp, (not implemented) */
58: #define XDEV_MC3 403 /* Masscomp, (not implemented) */
59:
60: /* Jupiter Systems address space 500 - 599 */
61: #define XDEV_PGP20 501 /* 24 bit deep frame buffer */
62:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.