glx/apple: locate dispatch table functions to wrap by name
[mesa.git] / src / glx / glxconfig.h
index a587612cc456246548e5447cc4ae43ad0c676eef..2f1074ca5fa376129813a481af96efc90cd9a564 100644 (file)
@@ -102,7 +102,7 @@ struct glx_config {
     GLint yInverted;
 
     /* EXT_framebuffer_sRGB */
-    GLint framebuffer_srgb_capable;
+    GLint sRGBCapable;
 };
 
 #define __GLX_MIN_CONFIG_PROPS 18