Default window size??

I created window with glutCreateWindow.
But I didn’t use glutWindowSize.
In this case what will be the window size(default)?

When I do this I always obtain a 300x300 window.

Morglum