fm_clipflag(3G)
NAME
fm_clipflag − set clipping flag
SYNOPSIS
int fm_clipflag ( gfd, flag );
int gfd;
int flag;
DESCRIPTION
gfd is an integer file descriptor for an gopened device interface.
flag flag to indicate whether clipping is on (1) or off (0).
DISCUSSION
This routine enables clipping for raster alpha output as indicated by flag.
DEFAULTS
Clipping flag is off (0).
SEE ALSO
DIAGNOSTICS
A −1 is returned if gfd is not valid. If clipping is not enabled, it is possible to write outside of the window boundaries, randomly change other user variables, destroy the executing program itself, etc. It is recommended that clipping always be enabled for debugging. See errno(2) in HP-UX Reference for more information.
Hewlett-Packard Company — HP-UX Release 10.0