1UNTITLED LOCAL UNTITLED
2
NAME
4glutRemoveOverlay — Removes an overlay.
5
LIBRARY
7OpenGLUT - overlays
8
SYNOPSIS
10#include <openglut.h>
1112
void
13glutRemoveOverlay(void);
14
DESCRIPTION
16Removes the overlay associated with the current window .
17
CAVEATS
19Unimplemented.
20
SEE ALSO
22glutEstablishOverlay(3) glutUseLayer(3) glutPostOverlayRedisplay(3)
23glutPostWindowOverlayRedisplay(3) glutShowOverlay(3) glutHideOverlay(3)
2425
26
27
28
Epoch