glutSetOption (3) Linux Manual Page
glutSetOption – Allows you to set some general state/option variables.
Library
OpenGLUT – state
Synopsis
In openglut.h Ft void Fn glutSetOption GLenum eWhat int value
Parameters
Bf Em
Bf Em
Description
Stores the Bf Sy
Allowable Bf Sy
Controls what happens when a window is closed by the user or system. Bf Sy
An alternate way to set the display mode for a new window.
An alternate way to set the height of new windows.
An alternate way to set the width of new windows.
An alternate way to set the initial horizontal position of new windows.
An alternate way to set the initial vertical position of new windows.
Set to either Bf Sy
Attempt to set the Bf Li
See Also
glutGet(3) glutDeviceGet(3) glutGetModifiers(3) glutLayerGet(3) glutDestroyWindow(3) glutMainLoop(3) glutInitDisplayMode(3) glutInit(3) glutInitWindowSize(3) glutInitWindowPosition(3) glutSetCursor(3)
