1UNTITLED                             LOCAL                            UNTITLED
2

NAME

4     glutDestroyWindow — Destroy a window and associated subwindows
5

LIBRARY

7     OpenGLUT - window
8

SYNOPSIS

10     #include <openglut.h>
11
12     void
13     glutDestroyWindow(int windowID);
14

PARAMETERS

16      windowID    Window identifier
17

DESCRIPTION

19     After this function is invoked, the only further event that may be deliv‐
20     ered for your window is the one for its destruction.  All other events
21     should be discarded.
22
23     Once a window has been destroyed, further attempts to use the window
24     named by  windowID  are undefined.  OpenGLUT generally tries to be sensi‐
25     ble, and should not recycle the dead  windowID,  but you should treat a
26     destroyed window much like a pointer to deallocated memory and try not to
27     use it.
28

SEE ALSO

30     glutCreateWindow(3)
31
32
33
34
35                                     Epoch
Impressum