From 6538b5824e298eaebede2d9686c7607c44ab446a Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Sun, 6 Mar 2011 20:06:42 +1000 Subject: 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. --- src/glx/glxext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/glx/glxext.c') diff --git a/src/glx/glxext.c b/src/glx/glxext.c index 38622f3826..e35dcb73e8 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: -- cgit v1.2.3