- fallback to non-sRGB visuals if the context creation failed (GLX-only)
authorJohn Tsiombikas <nuclear@member.fsf.org>
Mon, 2 Apr 2018 03:16:50 +0000 (03:16 +0000)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Mon, 2 Apr 2018 03:16:50 +0000 (03:16 +0000)
commita0871c21cb859cea6f24802b6828352a211ab102
tree9b0b3abe00f2a297677d325e996040a24966a957
parent1b70e38531ff6972e40bc48ba118928c65db59c2
- fallback to non-sRGB visuals if the context creation failed (GLX-only)
- added new glutGet query: GLUT_WINDOW_SRGB (untested on windows)

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1842 7f0cb862-5218-0410-a997-914c9d46530a
include/GL/freeglut_ext.h
src/mswin/fg_state_mswin.c
src/x11/fg_state_x11_glx.c
src/x11/fg_window_x11.c