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)