glutPostOverlayRedisplay - Man Page
Posts a redispaly against the layer for the current window.
Library
OpenGLUT - overlays
Synopsis
#include <openglut.h
>
void
glutPostOverlayRedisplay
(void);
Description
For the
current window
, tells OpenGLUT that you wish to have your OverlayDisplay callback invoked.
Caveats
Unimplemented.
See Also
glutEstablishOverlay(3) glutRemoveOverlay(3) glutUseLayer(3) glutPostWindowOverlayRedisplay(3) glutShowOverlay(3) glutHideOverlay(3) glutOverlayDisplayFunc(3) glutPostRedisplay(3)
Referenced By
glutEstablishOverlay(3), glutHideOverlay(3), glutOverlayDisplayFunc(3), glutPostRedisplay(3), glutPostWindowOverlayRedisplay(3), glutPostWindowRedisplay(3), glutRemoveOverlay(3), glutShowOverlay(3), glutSwapBuffers(3), glutUseLayer(3).