Content-type: text/html
Manpage of glutRemoveLayer
glutRemoveLayer
Section: GLUT
(3GLUT)
Updated: 3.7
Index
Return to Main Contents
NAME
glutRemoveOverlay - removes the overlay (if one exists) from the current window.
SYNTAX
void glutRemoveOverlay(void);
DESCRIPTION
glutRemoveOverlay removes the overlay (if one exists). It is safe
to call glutRemoveOverlay even if no overlay is currently
established--it does nothing in this case. Implicitly, the window's
layer in use changes to the normal plane immediately once the
overlay is removed.
If the program intends to re-establish the overlay later, it is typically
faster and less resource intensive to use glutHideOverlay and
glutShowOverlay to simply change the display status of the
overlay.
SEE ALSO
glutEstablishOverlay, glutDestroyWindow
AUTHOR
Mark J. Kilgard (mjk@nvidia.com)
Index
- NAME
-
- SYNTAX
-
- DESCRIPTION
-
- SEE ALSO
-
- AUTHOR
-
This document was created by
man2html,
using the manual pages.
Time: 13:00:48 GMT, March 25, 2001