From 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Tue, 11 Aug 2015 16:51:37 -0400 Subject: Repatch (from linux) of OSX IRAF --- sys/gio/gim/gimrasini.x | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 sys/gio/gim/gimrasini.x (limited to 'sys/gio/gim/gimrasini.x') diff --git a/sys/gio/gim/gimrasini.x b/sys/gio/gim/gimrasini.x new file mode 100644 index 00000000..56914746 --- /dev/null +++ b/sys/gio/gim/gimrasini.x @@ -0,0 +1,14 @@ +# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc. + +include + +# GIM_RASTERINIT -- Initialize the Gterm widget imaging subsystem. Destroys +# any existing rasters, mappings, and dynamic colors. + +procedure gim_rasterinit (gp) + +pointer gp #I graphics descriptor + +begin + call gescape (gp, GIM_RASTERINIT, 0, GIM_RASTERINIT_LEN) +end -- cgit