blob: f69355a4dbc78f9241bcc04cb4335c87c8e70e72 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc.
include <gescape.h>
# GIM_FREEMAPPING -- Free a mapping.
procedure gim_freemapping (gp, mapping)
pointer gp #I graphics descriptor
int mapping #I mapping number
short gim[GIM_FREEMAPPING_LEN]
begin
gim[GIM_FREEMAPPING_MP] = mapping
call gescape (gp, GIM_FREEMAPPING, gim, GIM_FREEMAPPING_LEN)
end
|