8 Mar
2024
8 Mar
'24
6:22 p.m.
Rémi Bernon (@rbernon) commented about dlls/winewayland.drv/opengl.c:
return set_pixel_format(hdc, format, TRUE); }
+static BOOL wayland_wglShareLists(struct wgl_context *org, struct wgl_context *dest)
```suggestion:-0+0 static BOOL wayland_wglShareLists(struct wgl_context *orig, struct wgl_context *dest) ``` Changing org to orig feels at least more readable, but I don't think the names are even nearly correct. Maybe it should instead follow the client API naming share / source. (And yes, I know winex11 is like that already) -- https://gitlab.winehq.org/wine/wine/-/merge_requests/5264#note_64030