drisw: Try harder to probe whether MIT-SHM works
[mesa.git] / src / glx / glxconfig.h
index f7ee958e4be1d8402e6807a8dea71a50f1213867..2f1074ca5fa376129813a481af96efc90cd9a564 100644 (file)
@@ -100,6 +100,9 @@ struct glx_config {
     GLint bindToMipmapTexture;
     GLint bindToTextureTargets;
     GLint yInverted;
+
+    /* EXT_framebuffer_sRGB */
+    GLint sRGBCapable;
 };
 
 #define __GLX_MIN_CONFIG_PROPS 18