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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/glx/glxconfig.h b/src/glx/glxconfig.h
index f7ee958e4b..a587612cc4 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 framebuffer_srgb_capable;
};
#define __GLX_MIN_CONFIG_PROPS 18