diff options
Diffstat (limited to 'sys/gio/stdgraph/stgfaset.x')
-rw-r--r-- | sys/gio/stdgraph/stgfaset.x | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sys/gio/stdgraph/stgfaset.x b/sys/gio/stdgraph/stgfaset.x new file mode 100644 index 00000000..d5b4c4e7 --- /dev/null +++ b/sys/gio/stdgraph/stgfaset.x @@ -0,0 +1,18 @@ +# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc. + +include <gki.h> +include "stdgraph.h" + +# STG_FASET -- Set the fillarea attributes. + +procedure stg_faset (gki) + +short gki[ARB] # attribute structure +pointer fa +include "stdgraph.com" + +begin + fa = SG_FAAP(g_sg) + FA_STYLE(fa) = gki[GKI_FASET_FS] + FA_COLOR(fa) = gki[GKI_FASET_CI] +end |