diff options
Diffstat (limited to 'src/glx/glxconfig.h')
-rw-r--r-- | src/glx/glxconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/glx/glxconfig.h b/src/glx/glxconfig.h index f7ee958e4be..2f1074ca5fa 100644 --- a/src/glx/glxconfig.h +++ b/src/glx/glxconfig.h @@ -100,6 +100,9 @@ struct glx_config { GLint bindToMipmapTexture; GLint bindToTextureTargets; GLint yInverted; + + /* EXT_framebuffer_sRGB */ + GLint sRGBCapable; }; #define __GLX_MIN_CONFIG_PROPS 18 |