glut window management

I have a question, and would appreciate some help. Is there a way to manipulate the glut window title bar? I’m trying to see if I can create a glut window without the min-max buttons etc.

thanks!

Try GLFW another cool OpenGL framework from Marcus Geelnard… it’s free and of course u get sources! then, for your problem you should modify the source code yourself! :wink: http://hem.passagen.se/opengl/glfw/
hth