aboutsummaryrefslogtreecommitdiff
path: root/sys/gio/nsppkern/gktfaset.x
diff options
context:
space:
mode:
Diffstat (limited to 'sys/gio/nsppkern/gktfaset.x')
-rw-r--r--sys/gio/nsppkern/gktfaset.x18
1 files changed, 18 insertions, 0 deletions
diff --git a/sys/gio/nsppkern/gktfaset.x b/sys/gio/nsppkern/gktfaset.x
new file mode 100644
index 00000000..f5851cb9
--- /dev/null
+++ b/sys/gio/nsppkern/gktfaset.x
@@ -0,0 +1,18 @@
+# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc.
+
+include <gki.h>
+include "gkt.h"
+
+# GKT_FASET -- Set the fillarea attributes.
+
+procedure gkt_faset (gki)
+
+short gki[ARB] # attribute structure
+pointer fa
+include "gkt.com"
+
+begin
+ fa = GKT_FAAP(g_kt)
+ FA_STYLE(fa) = gki[GKI_FASET_FS]
+ FA_COLOR(fa) = gki[GKI_FASET_CI]
+end