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

include	"zdisplay.h"

# ZCLRIM -- Color window binary file display device.

procedure zclrim (chan)

int	chan[ARB]
int	device

begin
	device = chan[1] / DEVCODE
	switch (device) {
	case IIS_CHAN:
	    call iisclr (chan)
	}
end