glutInitWindowSize (3) Linux Manual Page
glutInitWindowSize – Requests future windows to open at a given width/height..
Library
OpenGLUT – windowSynopsis
In openglut.h Ft void Fn glutInitWindowSize int width int heightParameters
Bf Em Bf Em
Description
This function allows you to request initial dimensions for future windows.
There is a callback function to inform you of the new window shape (whether initially opened, changed by your glutReshapeWindow() request, or changed directly by the user).
