Rémi Bernon (@rbernon) commented about dlls/winewayland.drv/opengl.c:
return ret;}
+static BOOL wgl_context_populate_attribs(struct wgl_context *ctx, const int *attribs) +{
- EGLint *egl_attribs = ctx->attribs;
I would prefer something like `attribs_end` which would more clearly indicate that this points to the end of the list.