Moving the Window on the Screen

Is there a way of controlling the location of the window on the screen without using glut commands, and more specifically of moving the window without having to close and reopen it?

Yes, using the Windows API commands!
But then it will only compile on a windows machine.

Look for a tutor on using the Windows API

Originally posted by philoherron:
Is there a way of controlling the location of the window on the screen without using glut commands, and more specifically of moving the window without having to close and reopen it?

I am running it on an SGI machine that runs UNIX