GSMASK(3g,L) AIX Technical Reference GSMASK(3g,L)
-------------------------------------------------------------------------------
gsmask
PURPOSE
Defines planes to be modified.
C SYNTAX
int gsmask_ (mask)
int *mask;
FORTRAN SYNTAX
INTEGER function gsmask (mask)
INTEGER mask
PASCAL SYNTAX
FUNCTION gsmask_ (
VAR mask: INTEGER
): INTEGER [PUBLIC];
DESCRIPTION
The gsmask subroutine defines the planes actually modified by the line, text,
and fill functions.
Parameters
mask Indicates which planes of the display adapter frame buffer
can be modified by the output functions. The most
significant bits of the input are used to set the plane mask.
RETURN VALUE
GS_SUCC Successful.
GS_INAC Virtual terminal inactive.
Processed November 7, 1990 GSMASK(3g,L) 1