From a50bd646df530b4ce84a8aef3d40c74766dfb60c Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Mon, 3 Jan 2011 19:40:30 +1000 Subject: glxtokens.h: add GLX_EXT_framebuffer_sRGB support. this is needed to glxcmds.c to emit this info. --- glxtokens.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/glxtokens.h b/glxtokens.h index 949935b..9cb5652 100644 --- a/glxtokens.h +++ b/glxtokens.h @@ -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 -- cgit v1.2.1