PDA

View Full Version : how to make a static window



kboy
September 15th, 2008, 08:31 PM
Hi,
I've started programming in OpenGL using the GLUT toolkit in c.
I was wandering if there is a way to make the window not resizable.
So it will have a fixed size.

thanks

rnodal
September 17th, 2008, 05:58 PM
I have never used the GLUT toolkit so I'm not sure if GLUT supports that. Check the GLUT API and see if there is any function that has to do with the window's property. The other thing that I recommend is, SDL. SDL allows you to specify whether you want the window to be re sizable or not.

-r