ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages
|
This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles. For more information about the manual page format, see the manual page for manpages(5). |
glutRemoveLayer(3GLUT) GLUT glutRemoveLayer(3GLUT) 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 over-lay. overlay. lay. SEE ALSO glutEstablishOverlay(3G), glutDestroyWindow(3G) AUTHOR Mark J. Kilgard (mjk@nvidia.com) GLUT 3.7 glutRemoveLayer(3GLUT) |
|