aboutsummaryrefslogtreecommitdiff
path: root/sys/gio/gks/gks.h
blob: 2373c55f71b90b4328d3db942f07f7541072f34e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Definitions for the gks emulator.

define	NDEV		10	# Maximum number of open devices possible
define	INACTIVE	0
define	ACTIVE		1
define	MAX_WCS		16	# Maximum number of world coordinate systems
define	NASF		13	# Number of aspect source flags

# Following are emuneration types used by the GKS emulator.
define	GRIGHT		0
define	GLEFT		1
define	GUP		2
define	GDOWN		3
define	GAHNOR		0
define	GALEFT		1
define	GACENT		2
define	GARITE		3
define	GAVNOR		0
define	GATOP		1
define	GACAP		2
define	GAHALF		3
define	GABASE		4
define	GABOTT		5
define	GPOINT		1
define	GPLUS		2
define	GAST		3
define	GOMARK		4
define	GXMARK		5
define	GHOLLO		0
define	GSOLID		1
define	GPATTR		2
define	GHATCH		3
define	GBUNDL		0
define	GINDIV		1
define	GRIGHT		0
define	GLEFT		1
define	GUP		2
define	GDOWN		3
define	GCONDI		0
define	GALWAY		1