glutDisplayFunc (3) Linux Manual Page
glutDisplayFunc – Sets the Display callback for the current window.
Library
OpenGLUT – windowcallback
Synopsis
In openglut.h Ft void Fn glutDisplayFunc void( *callback )( void )
Parameters
Bf Em
Description
Sets the display callback for the Bf Li
This callback is bound to the Bf Li
Caveats
Unlike most callbacks, it is illegal to try to disable the display callback by setting it to Bf Sy
Multiple redisplays may be coalesced into a single event for invoking the Bf Sy
