GLUTPOSTOVERLAYREDISPLAY
Section: C Library Functions (3)
Updated: LOCAL
Index
Return to Main Contents
BSD mandoc
 
NAME
glutPostOverlayRedisplay
 - Posts a redispaly against the layer for the current window.
 
LIBRARY
OpenGLUT - overlays
 
SYNOPSIS
In openglut.h
Ft void
Fn glutPostOverlayRedisplay void
 
DESCRIPTION
For the 
Bf Li
 current window
Ef 
 , 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)