backbuffer(3) — Silicon Graphics R1c
NAME
backbuffer - enable updating in the back buffer
SYNOPSIS
C
backbuffer(b)
Boolean b;
FORTRAN
subroutine backbu(b)
logical b
Pascal
procedure backbuffer(b: Boolean);
DESCRIPTION
Backbuffer enables updating in the back buffer. If b= TRUE, the default, the buffer is enabled; FALSE means it is not enabled. This command is useful only in double buffer mode, and is ignored in single buffer and RGB modes.
Backbuffer is set to TRUE by gconfig.
SEE ALSO
doublebuffer, frontbuffer, getbuffer
Version 2.3 — July 04, 1985