popattributes(3) — Unix Programmer’s Manual
NAME
popattributes - pop the attribute stack
SYNOPSIS
C
popattributes()
FORTRAN
subroutine popatt
Pascal
procedure popattributes;
DESCRIPTION
Popattributes restores the most recently saved values (those pushed by pushattributes) of the global state variables:
| backbuffer | linewidth |
| color | object font |
| raster font | reset linestyle |
| frontbuffer | RGB color |
| linestyle | RGB writemask |
| linestyle backup | texture |
| writemask |
An error message is printed if you attempt to pop an empty attributes stack.
SEE ALSO
backbuffer, color, defcursor,deffont, frontbuffer, linewidth, lsbackup, object font, pushattributes, resetls, RGB writemask, setlinestyle, settexture, writemask
Silicon Graphics — R1c