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

include	<gset.h>

# GSPLC -- Set polyline colour index.  This function is currently 
# implemented as setting the polyline width, not color.

procedure gsplci (coli)

int	coli		# Polyline colour index

begin
	call gsawr (G_PLWIDTH, real (coli))
end