diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
commit | fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch) | |
tree | bdda434976bc09c864f2e4fa6f16ba1952b1e555 /sys/gio/gks/gks.com | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'sys/gio/gks/gks.com')
-rw-r--r-- | sys/gio/gks/gks.com | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/gio/gks/gks.com b/sys/gio/gks/gks.com new file mode 100644 index 00000000..63c20568 --- /dev/null +++ b/sys/gio/gks/gks.com @@ -0,0 +1,10 @@ +# Common for GKS emulator. + +pointer gp[NDEV] # Graphics file descriptor for gio calls +int gk_status[NDEV] # Active bit = INACTIVE or ACTIVE +int gk_std # Index of gp array used for reference in set/get calls +int gk_style # Fill area type of fill - set by GSFAIS +int gk_marker # Marker type for use by GPM +int gk_asf[NASF] # Array for maintaining aspect source flags + +common /gksemu/ gp, gk_status, gk_std, gk_style, gk_marker, gk_asf |