glutPostWindowRedisplay - Man Page
Mark an indicated window as needing a redisplay.
Library
OpenGLUT - window
Synopsis
#include <openglut.h
>
void
glutPostWindowRedisplay
(int windowID);
Parameters
windowID
The OpenGLUT window id to be affected.
Description
Similar to glutPostRedisplay(), except that instead of affecting the
current window
, this function affects an arbitrary window, indicated by the
windowID
parameter.
See Also
glutPostRedisplay(3) glutPostOverlayRedisplay(3) glutPostWindowOverlayRedisplay(3) glutSwapBuffers(3) glutDisplayFunc(3) glutCreateWindow(3) glutCreateSubWindow(3)