1UNTITLED LOCAL UNTITLED
2
4 glutEstablishOverlay — Creates an overlay.
5
7 OpenGLUT - overlays
8
10 #include <openglut.h>
11
12 void
13 glutEstablishOverlay(void);
14
16 Creates an overlay associated with the current window .
17
19 Unimplemented.
20
21 Old GLUT would terminate the program when an overlay was not possible.
22 freeglut ignores the request; OpenGLUT ignores the request as well.
23
25 glutRemoveOverlay(3) glutUseLayer(3) glutPostOverlayRedisplay(3)
26 glutPostWindowOverlayRedisplay(3) glutShowOverlay(3) glutHideOverlay(3)
27
28
29
30
31 Epoch