glutpostwindowredisplay(3) - Linux man page
Name
glutPostWindowRedisplay - 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)
BSD Epoch BSD