fullscrn() — Silicon Graphics
NAME
fullscrn - enables the entire screen for writing under the window manager
SPECIFICATION
C
fullscrn()
FORTRAN
subroutine fullsc()
Pascal
procedure fullscrn;
DESCRIPTION
fullscrn enables the entire screen for writing while in the window manager. It makes the calls
scrmask(0,XMAXSCREEN,0,YMAXSCREEN);
viewport(0,XMAXSCREEN,0,YMAXSCREEN);
and sets up the default ortho as defined by ginit. The scrmask and viewport are issued with respect to the physical screen origin, not the origin of the graphics port. This command eliminates all protections designed to prevent graphics processes from scribbling on each other. It should be used with caution or a sense of humor.
FILES
/usr/lib/libport.a
SEE ALSO
pupmode, endpupmode, pupcolor, endfullscrn
“Multiple Exposure: The IRIS Window Manager” in the IRIS User’s Guide
NOTE
This command can be used only in immediate mode in the window manager.
Version 2.4 — May 08, 1986