fullscrn(3G) fullscrn(3G)
NAME
fullscrn - gives a program the entire screen as a window
SPECIFICATION
C fullscrn()
FORTRAN subroutine fullsc()
DESCRIPTION
fullscrn gives a program the entire screen as a window. It
makes the call:
viewport(0,XMAXSCREEN,0,YMAXSCREEN);
and sets up the default ortho, which winopen defines.
fullscrn eliminates all protections that prevent graphics
processes from drawing on each other. Use it with caution
or a sense of humor.
SEE ALSO
pupmode, endpupmode, endfullscrn
Using mex, Chapter 2, Programming with mex
NOTE
This routine is available only in immediate mode.
Page 1 (printed 8/20/87)