9 Feb
2026
9 Feb
'26
5:18 p.m.
Jacek Caban (@jacek) commented about dlls/opengl32/unix_wgl.c:
switch (pname) { - case GL_MAJOR_VERSION: - *data = ctx->major_version; - return TRUE; - case GL_MINOR_VERSION: - *data = ctx->minor_version; - return TRUE;
`get_integer` is used in more places than just `glGetIntegerv`, so this removal seems premature. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10019#note_129234