glutReshapeWindow (3) Linux Manual Page
glutReshapeWindow – Request changing the size of the current window
Library
OpenGLUT – windowSynopsis
In openglut.h Ft void Fn glutReshapeWindow int width int heightParameters
Bf Em Bf Em
Description
The glutReshapeWindow() function adjusts the width and height of the Bf Li
The window system may delay or even alter your request. Use the glutReshapeFunc() callback registration for the window if you want
If you try to make a subwindow smaller than its parent, the parent will not grow to accomodate the child.
