glx: Remove unused glx_config::pixmapMode
[mesa.git] / src / glx / glxconfig.h
index f7ee958e4be1d8402e6807a8dea71a50f1213867..10d7dbaa0874c3cc4b29c3a12e8b1cf332c008cf 100644 (file)
@@ -52,8 +52,6 @@ struct glx_config {
 
     GLint level;
 
-    GLint pixmapMode;
-
     /* GLX */
     GLint visualID;
     GLint visualType;     /**< One of the GLX X visual types. (i.e., 
@@ -100,6 +98,9 @@ struct glx_config {
     GLint bindToMipmapTexture;
     GLint bindToTextureTargets;
     GLint yInverted;
+
+    /* EXT_framebuffer_sRGB */
+    GLint sRGBCapable;
 };
 
 #define __GLX_MIN_CONFIG_PROPS 18