Win32|Fixed: Do not attempt to save original color tables before we have a window
On Windows each GL canvas has its own pixel format configuration in addition to the format of the display itself. This means that each render target may be configured semi-independently of the display.
Attempting to save the color transfer data before the canvas has been initialized will result in failure, or invalid data being stored.
Win32|Fixed: Do not attempt to save original color tables before we have a window
On Windows each GL canvas has its own pixel format configuration in
addition to the format of the display itself. This means that each
render target may be configured semi-independently of the display.
Attempting to save the color transfer data before the canvas has been
initialized will result in failure, or invalid data being stored.