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

not really the proper forum (there is a beginners forum)
but glutGameMode is for fullscreen stuff
and to prevent resizing, register a window reshape callback that simply resets the windowsize to the values you want.
Thank you,
You’re help was very useful to me.
Bye. 