glxtokens.h: add GLX_EXT_framebuffer_sRGB support.

this is needed to glxcmds.c to emit this info.
This commit is contained in:
Dave Airlie 2011-01-03 19:40:30 +10:00
parent f065686b32
commit a50bd646df

View file

@ -278,6 +278,10 @@ extern "C" {
#define GLX_SAMPLE_BUFFERS_SGIS 100000
#define GLX_SAMPLES_SGIS 100001
/*
* GLX_EXT_framebuffer_SRGB
*/
#define GLX_FRAMEBUFFER_SRGB_CAPABLE_EXT 0x20B2
#ifdef __cplusplus
}
#endif