aboutsummaryrefslogtreecommitdiff
path: root/pkg/images/tv/display/iissfr.x
blob: f6e92013b407280ac8dbe2669db638d202ce459a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc.

include "iis.h"

# IIS_SETFRAME -- Set the frame number for IISOPN.  This is a kludge to pass
# this number to IISOPN via the iis common.

procedure iis_setframe (frame)

int	frame
include	"iis.com"

begin
	iisframe = frame
end