glutReshapeWindow (3) - Linux Manuals
glutReshapeWindow: Request changing the size of the current window
NAME
glutReshapeWindow - Request changing the size of the current windowLIBRARY
OpenGLUT - windowSYNOPSIS
In openglut.h Ft void Fn glutReshapeWindow int width int heightPARAMETERS
Bf Em
Bf Em
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.
DESCRIPTION
The glutReshapeWindow() function adjusts the width and height of
the
Bf Li
TODO
Add support for offscreen windows.