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 --- pkg/images/tv/display/zfrmim.x | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 pkg/images/tv/display/zfrmim.x (limited to 'pkg/images/tv/display/zfrmim.x') diff --git a/pkg/images/tv/display/zfrmim.x b/pkg/images/tv/display/zfrmim.x new file mode 100644 index 00000000..de2bfee2 --- /dev/null +++ b/pkg/images/tv/display/zfrmim.x @@ -0,0 +1,19 @@ +# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc. + +include "zdisplay.h" + +# ZFRMIM -- Set FRAME display. + +procedure zfrmim (chan) + +int chan[ARB] + +int device + +begin + device = chan[1] / DEVCODE + switch (device) { + case IIS_CHAN: + call iisrgb (chan, chan, chan) + } +end -- cgit