-
Delete Window Frame
Hi all,
I have a question about opengl. Is there some function that let me to delete the Windows frame that appears in every windows applications. I don`t know if it is possible.
Thanks
-
Re: Delete Window Frame
If you are using GLUT you can use the glutFullscreen() mode which will give you a fullscreen window without any decorators but OpenGL itself doesnt deal with platform specific window handling stuff, you have to do that on your own.
-
Re: Delete Window Frame
Of course this really belongs into the "OpenGL coding: beginners" board on this site.
-
Re: Delete Window Frame
Thanks qwerty77. I`ll ask in the other section next time. Sorry
But I don`t want a full screen, my application requires an 1600x600 window without frame.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules