Helpppp with GLUT

Hi,
I’m a newbie of OpenGL, and I’d like to know how to block the user from resizing the window of my application ( with GLUT )and how show my application in fullscreen (always with GLUT if is possible!!! ).

Thank you,

Now I come back to program…

Bye

:cool:

Hi,

I’ve never tinkered around with fullscreen using GLUT myself but I found these tutorials on the web that look pretty good, see what you think and I hope they answer your question:

Lighthouse OpenGL tutorials

Nehe tutorials

Good luck,

Andy

Check glutFullScreen.

Philip