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

include	<gset.h>

# GSCLIP -- Set clipping flag.

procedure gsclip (iclip)

int	iclip		# New value of clipping flag

begin
	call gsawi (G_CLIP, iclip)
end