From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- sys/gio/nsppkern/gktfaset.x | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 sys/gio/nsppkern/gktfaset.x (limited to 'sys/gio/nsppkern/gktfaset.x') 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 +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 -- cgit