Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 4 of 4

Thread: Delete Window Frame

  1. #1
    Guest

    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

  2. #2
    Guest

    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.

  3. #3
    Guest

    Re: Delete Window Frame

    Of course this really belongs into the "OpenGL coding: beginners" board on this site.

  4. #4
    Guest

    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
  •