Scroll to navigation

GLUTPOSTWINDOWREDISPLAY(3) Library Functions Manual (local) GLUTPOSTWINDOWREDISPLAY(3)

NAME

glutPostWindowRedisplayMark 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)