aboutsummaryrefslogtreecommitdiff
path: root/sys/gio/imdkern/imdfa.x
blob: 03bf446e41476f78e969716e818b9915efaeaa6c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc.

include	"imd.h"

# IMD_FILLAREA -- Fill a closed area.

procedure imd_fillarea (p, npts)

short	p[ARB]			# points defining line
int	npts			# number of points, i.e., (x,y) pairs
include	"imd.com"

begin
	# Not implemented yet.
	call imd_polyline (p, npts)
end