Scroll to navigation

GLUTWMCLOSEFUNC(3) Library Functions Manual (local) GLUTWMCLOSEFUNC(3)

NAME

glutWMCloseFuncWindow destruction callback.

LIBRARY

OpenGLUT - deprecated

SYNOPSIS

#include <openglut.h>

void
glutWMCloseFunc(void( *callback )( void ));

PARAMETERS


callback

Client window destruction hook.

DESCRIPTION

SEE ALSO

glutCloseFunc(3)