Hi. For anyone that is fimilar with the GLUT library: If I create a window using glutCreateWindow, and later close it (using the 'X' at the corner of the window), do I have to explicitly call glutDestroyWindow with the window's ID number (or is that function called automatically)? Thank you.