X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fglx%2Fglxconfig.h;h=2f1074ca5fa376129813a481af96efc90cd9a564;hb=52426ce4a929f7e1389baf490967fc02357b3f5e;hp=f7ee958e4be1d8402e6807a8dea71a50f1213867;hpb=443a7e4e9a360acbc3e662c098be436f180bf81d;p=mesa.git 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