glutRemoveOverlay - Man Page
Removes an overlay.
Library
OpenGLUT - overlays
Synopsis
#include <openglut.h
>
void
glutRemoveOverlay
(void);
Description
Removes the overlay associated with the
current window
.
Caveats
Unimplemented.
See Also
glutEstablishOverlay(3) glutUseLayer(3) glutPostOverlayRedisplay(3) glutPostWindowOverlayRedisplay(3) glutShowOverlay(3) glutHideOverlay(3)
Referenced By
glutEstablishOverlay(3), glutHideOverlay(3), glutPostOverlayRedisplay(3), glutPostWindowOverlayRedisplay(3), glutShowOverlay(3), glutUseLayer(3).