Mode Configuration Functions
These functions set the window managers internal states for display modes and OpenGL context creation.
UseDisplaySetting
Function Prototypes
- void UseDisplaySetting(displaycaps const &caps)
Sets the internal settings to the requested display mode on the default display. - void UseDisplaySetting(int display, displaycaps const &caps)
Sets the internal settings to the requested display mode on the requested display.
Return Value
- None
Possible Known Exceptions
- None
Other Details / Notes
- None
UseOpenGLSetting
Function Prototypes
- void UseOpenGLSetting(openglcaps const &caps)
Sets the OpenGL mode infomation the window manager will use for all later OpenGL context creation on the default display. - void UseOpenGLSetting(int display, openglcaps const &caps)
Sets the OpenGL mode infomation the window manager will use for all later OpenGL context creation on the requested display.
Return Value
- None
Possible Known Exceptions
- None
Other Details / Notes
- None