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 3 of 3

Thread: changing title of glut game mode window

  1. #1
    Junior Member Newbie
    Join Date
    Oct 2003
    Location
    Kent, WA, USA
    Posts
    21

    changing title of glut game mode window

    I've been using glut with Visual C++ 6.0, and I notice in game mode the title in the taskbar for my compiled program is "GLUT". I'd like to change this, but glutSetWindowTitle("whatever") didn't seem to have any effect. How can this be done?

  2. #2
    Intern Newbie
    Join Date
    Mar 2003
    Location
    SPAIN
    Posts
    42

    Re: changing title of glut game mode window

    Hi, you can use glutCreateWindow("xxxxx...") function...

  3. #3
    Junior Member Newbie
    Join Date
    Oct 2003
    Location
    Kent, WA, USA
    Posts
    21

    Re: changing title of glut game mode window

    Glut game mode doesn't use glutCreateWindow().

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •