getscrmask(3) — Unix Programmer’s Manual
NAME
getscrmask - return the current screen mask
SYNOPSIS
C
getscrmask(left, right, bottom, top)
Screencoord ∗left, ∗right, ∗bottom, ∗top;
FORTRAN
subroutine getscr(left, right, bottom, top)
integer∗2 left, right, bottom, top
Pascal
procedure getscrmask(var left, right, bottom, top: Screencoord);
DESCRIPTION
Getscrmask returns the screen coordinates of the current sceen mask in the parameters left, right, bottom, and top.
SEE ALSO
scrmask, popviewport, pushviewport
NOTE
This command can only be used in immediate mode.
Silicon Graphics — R1c