summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2011-01-03 19:40:30 +1000
committerDave Airlie <airlied@redhat.com>2011-01-03 19:40:30 +1000
commita50bd646df530b4ce84a8aef3d40c74766dfb60c (patch)
treea323db0b4b50174abc45b7705491878dc9112c62
parentf065686b320c5fbfd7e1da6fcd3e2690b8305ec8 (diff)
downloadxorg-proto-glproto-a50bd646df530b4ce84a8aef3d40c74766dfb60c.tar.gz
glxtokens.h: add GLX_EXT_framebuffer_sRGB support.
this is needed to glxcmds.c to emit this info.
-rw-r--r--glxtokens.h4
1 files changed, 4 insertions, 0 deletions
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