GLUTPOSTWINDOWREDISPLAY

Section: C Library Functions (3)
Updated: LOCAL
Page Index

BSD mandoc
 

NAME

glutPostWindowRedisplay - Mark an indicated window as needing a redisplay.  

LIBRARY

OpenGLUT - window  

SYNOPSIS

In openglut.h Ft void Fn glutPostWindowRedisplay int windowID  

PARAMETERS

Bf Em
 windowID Ef
    The OpenGLUT window id to be affected.  

DESCRIPTION

Similar to glutPostRedisplay(), except that instead of affecting the Bf Li
 current window Ef
 , this function affects an arbitrary window, indicated by the Bf Sy
 windowID Ef
 parameter.

 

SEE ALSO

glutPostRedisplay(3) glutPostOverlayRedisplay(3) glutPostWindowOverlayRedisplay(3) glutSwapBuffers(3) glutDisplayFunc(3) glutCreateWindow(3) glutCreateSubWindow(3)


 

Index

NAME
LIBRARY
SYNOPSIS
PARAMETERS
DESCRIPTION
SEE ALSO