summaryrefslogtreecommitdiff
path: root/src/glx/glxconfig.h
diff options
context:
space:
mode:
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