Opening a window with out border

Hi
I asked a question before on opening a window with out window decorations (borders) in xlib. Can any one explain how to open a window with out the border using glut, not a sub window, how can I do that. I am using glutCreateWindow();

regards
NT

Hi I found a way to do it, I modified the glut code to do it. Any one know how to submit this to the original developer (the change I made), wrote a new function like glutFullScreen();

nt