Query: glutpostredisplay
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
UNTITLEDLOCAL UNTITLEDNAMEglutPostRedisplay -- Mark the current window as needing a redisplay.LIBRARYOpenGLUT - windowSYNOPSIS#include <openglut.h> void glutPostRedisplay(void);DESCRIPTIONWhenever circumstances indicate that your window is in need of being redisplayed, you may call glutPostRedisplay() to tell OpenGLUT that you want to redraw your graphics. Multiple calls to this function may be coalesced by OpenGLUT to avoid excessive invocation of your drawing support. The ultimate effect of this function is to call your Display callback for the current window .SEE ALSOglutPostWindowRedisplay(3) glutPostOverlayRedisplay(3) glutPostWindowOverlayRedisplay(3) glutSwapBuffers(3) glutDisplayFunc(3) Epoch