table of contents
GLUTWMCLOSEFUNC(3) | Library Functions Manual (local) | GLUTWMCLOSEFUNC(3) |
NAME¶
glutWMCloseFunc
—
Window destruction callback.
LIBRARY¶
OpenGLUT - deprecated
SYNOPSIS¶
#include
<openglut.h>
void
glutWMCloseFunc
(void(
*callback )( void ));
PARAMETERS¶
callback
Client window destruction hook.