views:

46

answers:

0

Hi,

I am using the freeglut OpenGL api to create an opengl context. The window that is created is through the glutCreateWindow() function..

I want that somehow the resulting window is made un-movable/un-draggable and un-resizable..

any way to achieve this?

Thanks.