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

include	"zdisplay.h"

# ZRCRIM -- Read Cursor from binary file display device.

procedure zrcrim (chan, xcur, ycur)

int	chan[ARB]
int	status, xcur, ycur
int	device

begin
	device = chan[1] / DEVCODE
	switch (device) {
	case IIS_CHAN:
	    call iisrcr (status, xcur, ycur)
	}
end