diff options
author | Dave Airlie <[email protected]> | 2011-03-06 20:06:42 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2011-03-06 20:06:42 +1000 |
commit | 6538b5824e298eaebede2d9686c7607c44ab446a (patch) | |
tree | c781c1a032ef4b080707cfb513f8036c115c0165 /src/glx/glxext.c | |
parent | b09b3e5c8f4f5d71b986bf359b56e7b60424538d (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/glxext.c')
-rw-r--r-- | src/glx/glxext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/glxext.c b/src/glx/glxext.c index 38622f38264..e35dcb73e89 100644 --- a/src/glx/glxext.c +++ b/src/glx/glxext.c @@ -547,7 +547,7 @@ __glXInitializeVisualConfigFromTags(struct glx_config * config, int count, break; #endif case GLX_FRAMEBUFFER_SRGB_CAPABLE_EXT: - config->framebuffer_srgb_capable = *bp++; + config->sRGBCapable = *bp++; break; case GLX_USE_GL: |