frontbuffer(3) — Unix Programmer’s Manual
NAME
frontbuffer - enable updating in the front buffer
SYNOPSIS
C
frontbuffer(b)
Boolean b;
FORTRAN
subroutine frontb(b)
logical b
Pascal
procedure frontbuffer(b: Boolean);
DESCRIPTION
Frontbuffer enables updating in the front buffer. If b= FALSE, the default, the front buffer is not enabled; TRUE means it is enabled. This command is useful only in double buffer mode and is ignored otherwise.
Frontbuffer is set to FALSE by gconfig.
SEE ALSO
backbuffer, doublebuffer, getbuffer
Silicon Graphics — R1c