1UNTITLED LOCAL UNTITLED
2
4 glutPostWindowOverlayRedisplay — Posts a redisplay to the indicated win‐
5 dow's layer.
6
8 OpenGLUT - overlays
9
11 #include <openglut.h>
12
13 void
14 glutPostWindowOverlayRedisplay(int ID);
15
17 ID A window ID.
18
20 This function lets you post an overlay update to the overlay of any arbi‐
21 trary window.
22
24 Unimplemented.
25
27 glutEstablishOverlay(3) glutRemoveOverlay(3) glutUseLayer(3)
28 glutPostOverlayRedisplay(3) glutShowOverlay(3) glutHideOverlay(3)
29 glutOverlayDisplayFunc(3) glutPostRedisplay(3)
30
31
32
33
34 Epoch