blob: 620b0bca585a7ffb06f38c87809c86083af3b043 (
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"
# GSFACI -- Set fill area color index. Currently implemented as a no-op.
procedure gsfaci (index)
int index # Fill area color index.
include "gks.com"
begin
;
end
|