egl: fix invalid flag detection for EGL_KHR_create_context
[mesa.git] / src / egl / main / eglsurface.h
index 0541ff4e2f145dd1c7ec26c6d5c1e2beb465c157..7d91363c1b2fa5473c5fc8aef3211acbd8fff313 100644 (file)
@@ -73,6 +73,8 @@ struct _egl_surface
 
    /* True if the surface is bound to an OpenGL ES texture */
    EGLBoolean BoundToTexture;
+
+   EGLBoolean PostSubBufferSupportedNV;
 };