GLUT window without title bar

Hi,
I need to create GLUT window without title bar and border. How I can do it?
If it’s not possible, what are other options to create such window for OpenGL application?

Originally posted by yanf:
Hi,
I need to create GLUT window without title bar and border. How I can do it?
If it’s not possible, what are other options to create such window for OpenGL application?

It’s not possible without modifying the library.

Check out the Toolkit FAQ for GLUT
alternatives:
http://www.mathies.com/glfaq/

Regards,
Jim