summaryrefslogtreecommitdiff
path: root/src/glx/glxconfig.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2011-03-06 20:06:42 +1000
committerDave Airlie <airlied@redhat.com>2011-03-06 20:06:42 +1000
commit6538b5824e298eaebede2d9686c7607c44ab446a (patch)
treec781c1a032ef4b080707cfb513f8036c115c0165 /src/glx/glxconfig.h
parentb09b3e5c8f4f5d71b986bf359b56e7b60424538d (diff)
glx/dri: add initial dri interface for GLX_EXT_framebuffer_sRGB.
This realigns the name of the glx bit to align with the core mesa names.
Diffstat (limited to 'src/glx/glxconfig.h')
-rw-r--r--src/glx/glxconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/glxconfig.h b/src/glx/glxconfig.h
index a587612cc4..2f1074ca5f 100644
--- a/src/glx/glxconfig.h
+++ b/src/glx/glxconfig.h
@@ -102,7 +102,7 @@ struct glx_config {
GLint yInverted;
/* EXT_framebuffer_sRGB */
- GLint framebuffer_srgb_capable;
+ GLint sRGBCapable;
};
#define __GLX_MIN_CONFIG_PROPS 18