8 Mar
2024
8 Mar
'24
6:22 p.m.
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. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/5264#note_64029