GLUTPOSTWINDOWOVERLAYREDISPLAY
Section: C Library Functions (3)
Updated: LOCAL
Index
Return to Main Contents
BSD mandoc
 
NAME
glutPostWindowOverlayRedisplay
 - Posts a redisplay to the indicated window's layer.
 
LIBRARY
OpenGLUT - overlays
 
SYNOPSIS
In openglut.h
Ft void
Fn glutPostWindowOverlayRedisplay int ID
 
PARAMETERS
Bf Em
 ID
Ef 
    A window ID.
 
DESCRIPTION
This function lets you post an overlay update to the overlay
of any arbitrary window.
 
CAVEATS
Unimplemented.
 
SEE ALSO
glutEstablishOverlay(3)
glutRemoveOverlay(3)
glutUseLayer(3)
glutPostOverlayRedisplay(3)
glutShowOverlay(3)
glutHideOverlay(3)
glutOverlayDisplayFunc(3)
glutPostRedisplay(3)