diff options
Diffstat (limited to 'src/glx/glxconfig.h')
-rw-r--r-- | src/glx/glxconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/glxconfig.h b/src/glx/glxconfig.h index a587612cc45..2f1074ca5fa 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 |