frontbuffer(3G) — Silicon Graphics
NAME
frontbuffer − enables updating in the front buffer
SPECIFICATION
C
frontbuffer(b)
Boolean b;
FORTRAN
subroutine frontb(b)
logical b
Pascal
procedure frontbuffer(b: Boolean);
DESCRIPTION
frontbuffer enables updating in the front buffer. When the value of b is FALSE (0), (the default value), the front buffer is not enabled. When the value of b is TRUE (0), the front buffer is enabled. This routine is useful only in double buffer mode. It is ignored in single buffer mode.
gconfig sets frontbuffer to FALSE (0).
SEE ALSO
backbuffer, doublebuffer, getbuffer Programming Guide, Section 6.1, Display Modes
Version 3.6 — December 20, 1987