Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Search:

Type: Posts; User: LBear

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    700

    Re: Initial GLUT window at bottom of stack

    Success! http://www.opengl.org/discussion_boards/ubb/biggrin.gif
    The handle for the GLUT parent window is stored in __glutWindowList[0] and it can be popped forward by calling SetForegroundWindow...
  2. Replies
    4
    Views
    700

    Re: Initial GLUT window at bottom of stack

    Thanks for the response!
    I thought of adding a routine to glut to get the handle of the GLUT parent window and doing a win32 BringWindowToTop, hoping that would cause a "display" callback or...
  3. Replies
    4
    Views
    700

    Initial GLUT window at bottom of stack

    If a GLUT application has a "scanf" before initialization of GLUT, the GLUT window will show up at the bottom of the stack of the windows on W2000. It can be demonstrated by putting a "scanf"...
Results 1 to 3 of 3