aboutsummaryrefslogtreecommitdiff
path: root/sys/gio/gks/gsmksc.x
blob: 4936d7ea959a90e263469b5270b65521907dafde (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	<gset.h>
include	"gks.h"

# GSMKSC -- Set marker scale.  Currently implemented as a no-op.

procedure gsmksc (width)

real	width		# Marker scale width.

include	"gks.com"

begin
	;
end