glutInitWindowSize (3) Linux Manual Page
glutInitWindowSize – Requests future windows to open at a given width/height..
Library
OpenGLUT – window
Synopsis
In openglut.h Ft void Fn glutInitWindowSize int width int height
Parameters
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).
See Also
glutReshapeWindow(3) glutInit(3) glutInitWindowPosition(3) glutInitDisplayMode(3) glutInitDisplayString(3) glutReshapeFunc(3) glutGet(3)
