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...
Type: Posts; User: LBear
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...
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...
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"...