How to create a FULLSCREEN window with GLUT ??

I want to create a Fullscreen Window with GLUT, what is the method ?

glutFullScreen();

You may also want to look at glutEnterGameMode, and related functions.

[This message has been edited by Rob (edited 08-07-2000).]