glutDisplayFunc (3) - Linux Manuals
glutDisplayFunc: Sets the Display callback for the current window.
NAME
glutDisplayFunc - Sets the Display callback for the current window.LIBRARY
OpenGLUT - windowcallbackSYNOPSIS
In openglut.h Ft void Fn glutDisplayFunc void( *callback )( void )PARAMETERS
Bf Em
This callback is bound to the
Bf Li
Multiple redisplays may be coalesced into a single event for invoking the
Bf Sy
DESCRIPTION
Sets the display callback for the
Bf Li
CAVEATS
Unlike most callbacks, it is illegal to try to disable the display callback by setting it to
Bf Sy